P
Pete Hay
I'm using the code from a recorded macro as a starting point to automating
the creation of Project 2007 files from a few hundred .xls files.
When I run my macro I get the "You are trying to open a file saved in an
older format...) message and have to click OK. Can I suppress this message
box?
(Am I correct that Project 2007 still cannot open/import .xlsx files?)
BTW- My idea is to use VBA in Project 2007 to create a DAO recordset of each
of the excel filenames (with path) and loop through those as a "fileName"
variable in the macro code.
Anyone see any gotcha's in my thinking here?
Pete
the creation of Project 2007 files from a few hundred .xls files.
When I run my macro I get the "You are trying to open a file saved in an
older format...) message and have to click OK. Can I suppress this message
box?
(Am I correct that Project 2007 still cannot open/import .xlsx files?)
BTW- My idea is to use VBA in Project 2007 to create a DAO recordset of each
of the excel filenames (with path) and loop through those as a "fileName"
variable in the macro code.
Anyone see any gotcha's in my thinking here?
Pete