VBA Help

C

caijp

Hi,I want to create a add-in for project 2003,when user click the
add-in,project will open a dialog where user can select a project
template,after the user select a template,project can insert this template's
all tasks into the active project.
I know that use FileOpen method can open a dialog to promt user to
select a project file but no a template dialog.FileNew method can open a
template dialog.
So,can there be a way to get a template's all tasks via VBA?(without
open the template in project,just get the tasks)
 
C

Caijp

Hi,
Thanks very much for your reply.
I had look up the ConsolidateProjects method all through,and I know that if
you let the filenames argument empty,it will open a dialog for user to
select a project,but not a template selection dialog.
so...what I want is to insert a user selected project template.
Thanks.
 

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