importing project data from within excel

P

philcuddy

does anyone have some sample code that opens a project (.mpp) file from
within excel.
i have seen many examples if exporting data from project, but no code
that shows an import from project to excel.
TIA
 
J

JackD

Probably the reason there are no examples (and I am guilty of not providing
any) are that fundamentally it is the same only backwards.
So a statement such as:

myRange.value = myTask.text5

would read:

myTask.text5 = myRange.value
 

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