P
Paul W Smith
I have a .CSV file which i am opening through VBA code:
set wb = workbooks.open(Filepath)
When I open the file the first columns reads:
19/04/10
19/04/10
19/04/10
When I open the file via the file menu (File | Open) the first column reads:
19/04/2010
19/04/2010
19/04/2010
What do I have to do to be able to open the file via VBA and have the column
1 values seen as they appear when the file is opened normally?
PWS
set wb = workbooks.open(Filepath)
When I open the file the first columns reads:
19/04/10
19/04/10
19/04/10
When I open the file via the file menu (File | Open) the first column reads:
19/04/2010
19/04/2010
19/04/2010
What do I have to do to be able to open the file via VBA and have the column
1 values seen as they appear when the file is opened normally?
PWS