Thread
:
Opening a .csv file
View Single Post
#
1
Posted to microsoft.public.excel.misc
dan
Posts: n/a
Opening a .csv file
Currently I save my daily data.csv file as "data" & TEXT(TODAY(),"mmddyy") &
".csv"
If I save it as "data.csv" & TEXT(TODAY(),"mmddyy"), I cannot open it in its
csv format.
Is there a vba code to open it in csv format.
Reply With Quote