manipulate FileProperties through a VB macro

A

Albert

I want to enter text in the fileproperties dialog through a macro, is this
possible and does anyone have some code for me?

Albert.
 
J

Jan De Messemaeker

Hi,

Activeproject.builtindocumentproperties("Company") 'this is read-write
'"Company" is an example of course
Activeproject.customdocumentproperties("Whatever")

Look up the Object Browser for documentproperteis for help and an example.
HTH
 
Top