Page setup & project properties

H

Hacknwhack

Hi all,

I am trying to set various project properties, ie (title, company, manager)
and page setup properties including the font size and attribute of some
legend components however when i run a macro record, nothing is actually
recorded except FileProperties.

Can these things be set via a macro or am I missing something here.

Thanks.....again

-hack
 
R

Rod Gill

HI,

Try the following as a starting point. Paste them into a sub then click on
BuiltinDocumentProperties and FilePageSetupHeader for help

activeproject.BuiltinDocumentProperties("Company")
application.FilePageSetupHeader
 
H

Hacknwhack

Rod, I am unable to find anything on BuiltinDocumentProperties.
I am using Proj2000, so is this possibly something newer then that??

-hack
 
J

John

Hacknwhack said:
Rod, I am unable to find anything on BuiltinDocumentProperties.
I am using Proj2000, so is this possibly something newer then that??

-hack


Hacknwhack,
Rod's on the other side of the world so I don't he may respond for a
while.

Where did you look for the BuiltInDocumentProperties Property? I use
Project 2000 on a daily basis and it is readily available in that
version. You may need however to set a reference to the Project 2000
Object Library if you haven't already done so. From the VB editor,
you'll find it under Tools/References.

Hope this helps.
John
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