macro : ConsolidateProjects FileNames

G

Girija

I was trying to write a macro which takes the input of the filename from the
user. Then uses the filename to replace in the ConsolidatedProjects as given
below

ConsolidateProjects FileNames:=file_string, hidesubtasks:=False

For this I will have to do the following :

1) Create a Directory List Box
2) Then replace in ConsolidateProjects using the file selected from the
Directory List Box

My question is :

How will I know the pathname where the projects are saved in Project server
2003?
Then has anyone done such thing so that I can refer as how to use
ConsolidateProjects taking the imput filename from the user
 
Top