F
fenglei
Hi
I try to saveas project file to access db.
At VBA help, there have a filesaveas method, and set format string
arguement to "MSProject.mdb".
But in my code, it always fail.
my code is:
ThisProject.Application.FileSaveAs "aaaa.mdb", , , , , , , , ,
"MSProject.mdb"
error is:
Run-time error '1101':
The argument value is not valid.
I try other format, all can work. only saveas to access db fail.
anybody know this?
Thanks for any help
Fenglei
I try to saveas project file to access db.
At VBA help, there have a filesaveas method, and set format string
arguement to "MSProject.mdb".
But in my code, it always fail.
my code is:
ThisProject.Application.FileSaveAs "aaaa.mdb", , , , , , , , ,
"MSProject.mdb"
error is:
Run-time error '1101':
The argument value is not valid.
I try other format, all can work. only saveas to access db fail.
anybody know this?
Thanks for any help
Fenglei