Hi,
When I use the print command on VBA to get the content from a cell and write it in a text file, I have a problem:
I always get a lot of spaces before and after the caracters (the number varies 3-13)
How can I get rid off the blank characters?
Print #1, MyVar, Insert, c
PD: When I use write I always get "" in many cells that I do not need.
Thanks
When I use the print command on VBA to get the content from a cell and write it in a text file, I have a problem:
I always get a lot of spaces before and after the caracters (the number varies 3-13)
How can I get rid off the blank characters?
Print #1, MyVar, Insert, c
PD: When I use write I always get "" in many cells that I do not need.
Thanks