L
luvgreen
Why I can't open the file writable with this line of code-
appProj.FileOpen sFile, ReadOnly:=False
I am using late binding to avoid multiple versions of project problem,
however, if I checked on the project object library in reference, with the
same line of code above I can open a writable file. How can I open a writable
file with late binding?
Thanks.
appProj.FileOpen sFile, ReadOnly:=False
I am using late binding to avoid multiple versions of project problem,
however, if I checked on the project object library in reference, with the
same line of code above I can open a writable file. How can I open a writable
file with late binding?
Thanks.