I'm using VBA to open a csv file then do somthing then save it. The problem is that when then macro opens the CSV file, some cells contain text which gets CONVERTED to a date format......I need to keep the data in its origional format.
EX: one celll could contain "2004" this gets converted to a date...
I tried putting a ', hoever when I try importing the file after I save it the ' gets imported too...
Can anyone help ?
EX: one celll could contain "2004" this gets converted to a date...
I tried putting a ', hoever when I try importing the file after I save it the ' gets imported too...
Can anyone help ?