D
Dave
Hi everyone.
Our archives are stored in a rather interesting format, in
that the "aba" for 07/29/2003 is stored as
aba.csv.2003_07_29
This presents a problem for me when trying to open
archived data manually, because the workbooks.open
function ALWAYS adds an .xls to the end of the statement
below, which does not exist.
I am using: Workbooks.Open Filename:="aba.csv." & Year
(Range("P2").Value) & "_" & Month(Range("P2").Value) & "_"
& Day(Range("P2").Value)
Can anyone assist me in forcing EXCEL not to add the .xls
to the filename (as above)?
Thanks.
Dave
Our archives are stored in a rather interesting format, in
that the "aba" for 07/29/2003 is stored as
aba.csv.2003_07_29
This presents a problem for me when trying to open
archived data manually, because the workbooks.open
function ALWAYS adds an .xls to the end of the statement
below, which does not exist.
I am using: Workbooks.Open Filename:="aba.csv." & Year
(Range("P2").Value) & "_" & Month(Range("P2").Value) & "_"
& Day(Range("P2").Value)
Can anyone assist me in forcing EXCEL not to add the .xls
to the filename (as above)?
Thanks.
Dave