How could I convert VBA macro for MS Project 2000 to stand-alone VB program?
what is the difference between VBA macro and stand-alone VB program?
Where could I get some more information about this topic?
Thanks!
Printable View
How could I convert VBA macro for MS Project 2000 to stand-alone VB program?
what is the difference between VBA macro and stand-alone VB program?
Where could I get some more information about this topic?
Thanks!
I don't own a copy of Project so I don't know if this will help or not. In Access, you can highlight a Macro, go to File->Save As, choose Module and it will convert the Macro into VBA code. This code is usually very close to VB. Maybe there is something similar in Project.