Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Function ProperCase(StrTxt As String, Optional bCaps As Boolean, Optional bExcl As Boolean) As String
...
...
...
End Function
No, that's no how it works. What happens is that the AddTags sub passes a string to the ProperCase function, which then returns a parsed version of that string to the AddTags sub for incorporation into the output.I was taking them one at a time, forgetting - I think - that the code is read from bottom up.
Why are you changing the AddTags macro? I haven't suggested that. The only changes I suggested were to the ByTest macro. For the ByTest macro, you do replace 6 lines with 3 lines - and 1 line with 1 line.I suspect the problem comes with the lines in Sub AddTags() that I had to replace. You quote 6 lines to be replaced by 3,lines.
OZ, actually.I think you might be from enzed.