Click to See Complete Forum and Search --> : Convert VBA macro to VB program?


jimcheng
September 27th, 2001, 05:39 PM
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!

dcaillouet
September 27th, 2001, 08:14 PM
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.