where is help about MS Project object's model?

B

Bratislav Jevtic

hi,

I need it to do some VBA programming so I need help. I'm MSDN Universal
subscriber. Where is it?

thanks,
bj
 
J

Jack D.

Bratislav said:
hi,

I need it to do some VBA programming so I need help. I'm MSDN Universal
subscriber. Where is it?

thanks,
bj

Install project. Make sure you do a custom install and that the project vba
help is installed.
For project 2000 the help is in a file called vbapj10.chm but opening it
within the visual basic editor (as another poster recommends) adds the
ability to search etc.

--
Please try to keep replies in this group. I do check e-mail, but only
infrequently. For Macros and other things check http://masamiki.com/project

-Jack Dahlgren, Project MVP


+++++++++++++++++++
 
R

Rod Gill

One good way to find help is in the VBA editor (VBE) press F2. This displays
the Object Browser. Select the library you want to search (EG Project) and
enter the keyword and click find icon. You now see all relevant objects,
properties and methods etc. Click on the one you want then click the ? icon
for help on it (but VBA help must be installed as per Jack's post).

--
Rod Gill
Project MVP
For Microsoft Project companion projects, best practices and Project VBA
development services
visit www.projectlearning.com/
 
Top