Vb and Macro

X

xav

Hello,

I just want to know if it's possible to link a visual
basic program (an exe) with a macro because i want to use
data of the exe in the macro.

thanks
 
R

Rod Gill

It's easy for a vb program to use automation to link to Project, but not so
easy for a VBA macro to link to a VB application. How much data do you want
to share? If its a lot, consider having a text file saved with it. If it's
only a few items, save it in the registry. In VBA use the Savesetting and
getsetting methods. See help for details.

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

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