How a VB program can run a VBA procedure in a mpp file ?

G

Gérard DUCOURET

Hello,
Does anybody know how a VB program can run a VBA procedure in a mpp file ?
Could you give an example ?
Thanks,

Gérard Ducouret
 
R

Rod Gill

Hi,

If I wanted to do this from Excel VBA I Would use:
ProjApplication.Run "Macro Name",Arg1,Arg2......

--
Rod Gill
Project MVP
For Microsoft Project companion projects, best practices and Project VBA
development services
visit www.projectlearning.com/
 
Top