Hi,
I have a csv file (which I can't change the format of) which includes dates (which VBA tries to convert to US format).
If I load this file into Notepad, do a find ("/"
and replace (","
and then save, then open .csv in Excel, the date is now spread across 3 columns and I can combine it using the date function and it will be correct.
However, I am stuck!
So far, the only thing I can get to work is:-
Could somebody please give me some code examples to get this to work (I have scoured the site but to no avail!!)
Thanks in advance
Tiglet![[reading] [reading] [reading]](/data/assets/smilies/reading.gif)
[green]Duct tape is like the force; it has a light side & a dark side, and it holds the universe together. [/green]
I have a csv file (which I can't change the format of) which includes dates (which VBA tries to convert to US format).
If I load this file into Notepad, do a find ("/"
However, I am stuck!
So far, the only thing I can get to work is:-
Code:
Sub Do_Shell()
Shell "c:\WINNT\notepad.exe", 1
End Sub
Could somebody please give me some code examples to get this to work (I have scoured the site but to no avail!!)
Thanks in advance
Tiglet
![[reading] [reading] [reading]](/data/assets/smilies/reading.gif)
[green]Duct tape is like the force; it has a light side & a dark side, and it holds the universe together. [/green]