Hello.
I have a sheet that im dumping a large report into and then running a macro to clean it up for import into another application. Im needing to select all the cells in the sheet and then run the trim function to kill off extra spaces so they done get imported in the other application.
Tried a couple different times and it keeps erroring out. Should be simple but i'm thinking I just got the syntax wrong. Would appreciate any help that I can get thanks.
This was my meager attempt:
cells.select
selection.trim
thanks.
I have a sheet that im dumping a large report into and then running a macro to clean it up for import into another application. Im needing to select all the cells in the sheet and then run the trim function to kill off extra spaces so they done get imported in the other application.
Tried a couple different times and it keeps erroring out. Should be simple but i'm thinking I just got the syntax wrong. Would appreciate any help that I can get thanks.
This was my meager attempt:
cells.select
selection.trim
thanks.