Addition of external vB modules to global.mpt

C

cgoetz

Is there a way that a MSP code module can be developed outside of the VBA
environment (i.e. Visual Studio 2008) and then added to the existing
global.mpt without having to move the source into VBA and recompile? I would
like to use VS as my primary development environment rather than VBA.
 
S

Steve

cgoetz said:
Is there a way that a MSP code module can be developed outside of the VBA
environment (i.e. Visual Studio 2008) and then added to the existing
global.mpt without having to move the source into VBA and recompile? I would
like to use VS as my primary development environment rather than VBA.

Yes. All project files are objects so you just need to use the full object
names.
 
C

cgoetz

Steve,
Thanks for the quick reply.
My lack of experience is probably going to show at this point but what are
the mechanics of actually moving the project file object created in VS into
the global.mpt ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top