SpiroT said:
Thanks Jphn,
I am particularly interested in capturing the global options settings that
are not part of project plans. I'm in the process of trying to write the
code to capture the information in each of the eight Option tabs. I started
with the Calendar, and now I am working on the View. Let me tell you, it is
as easy as I though it would be. Primarily because I can not find some of
the properties (eg., "Indent Name" is one example). There is enough
inconsitancies between the argument lists and the parameters/ propoerties to
drive you nut, so I think I am just going to quit trying.
I'm about to give up. You would think that they would allow you to cap
Spiro,
So why not just replace the Global as I suggested? That is as easy as
1,2,3 and if it doesn't work, recovering the original is also easy.
One of the challenges with the Project object model, (and probably all
other application object models as well), is that some of the options
available through menus are not directly accessible through VBA. Finding
the font characteristics is a good example. And unfortunately there are
also errors or misinformation in the help files. But then if it were a
perfect world ..."
John