Importing data from exce to microdoft project

M

Mike

Hi,

I want to import data from an excel sheet to a microsoft project (.mpp)
file. I want to do this via VBA macro. I'm able to open a new excel sheet
from my macro, but how can I open an existing excel sheet ( For e.g. excel
sheet is at - C:\Document and Setting") and copy the content from excel to
project?

Can anyone please help me writing the vba code for this?
 
R

Rod Gill

It's surprising what data can be read just by opening the xls file in
Project (select file type of xls in File Open Dialog). If this doesn't work
for you, you will need to write code. This isn't hard, but it's more than a
few minutes work for someone, so it's a little cheeky asking us to do your
work for you!! However, when you do get stuck by all means ask for help with
specific problems.

For things like opening a file in excel, record a macro in Excel of you
opening a file manually then copy and amend the code in Project VBA. My bok
has many working examples of working with Project and Excel VBA.
 
M

Mike Glen

Hi Mike,

Try posting on the developer newsgroup as this one is closing down. Please
see FAQ Item: 24. Project Newsgroups. FAQs, companion products and other
useful Project information can be seen at this web
address:http://project.mvps.org/faqs.htm .

Mike Glen
Project MVP
 

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