export a msgbox result from MSP to excel

M

Mohsen

Can someone please tell me if I can export a msgbox result from a macro
of MSP to Excel?
 
R

Rod Gill

Hi,

In future you will be safer posting to the project.developer group as this
one is closing down soon.

If you already have an object pointing to Excel, then

xlApp.range("A1") =MyMsgBoxResult

will work. If you haven't got to the Excel object stage yet, then search VBA
help on working with other applications. My book on Project VBA (see my
signature) has a number of examples of working with Excel!

--

Rod Gill
Project MVP
Visit www.msproject-systems.com for Project Companion Tools and more
Project VBA Book now in stock: visit www.projectvbabook.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