I am having a problem using the left function to check for spaces at the beginning of a string. using this code:
If Left(ActiveCell, 5) = " " Then activecell.offset(1,0).activate
I am trying to skip any string that begins with 5 spaces. The code above does not seem to work to accomplish...
I am trying to parse stock holdings for certain companies but I am running into trouble because they are not uniform in their form. The data has a general form but each company uses a slightly different style for the forms. These differences are hamstringing my efforts to effectively parse the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.