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)