Hi all,
I have a single column of data in which every cell is preceded by a space. I need to get rid of the space before the data can be properly handled by the rest of my scripts and counted correctly.
I can do this already within Excel using this line below in each cell's adjacent cell -
Trouble is, this looks really messy, since it requires having two columns featuring basically the same data, albeit column A with the original data (eg. " 1234") and column B with the presentable data (eg. "1234", no space).
What I'd like to do would be run a line of code that does the same preceding space-removing magic as the IF command above, but do it within the macro rather than within cells on the page.
If anyone can suggest anything, it'd be very much appreciated.
Bookmarks