J
JackD
It is in the project vba help.
Open project
Type ALT+F11 to open the visual basic editor (VBE)
Now you have two choices:
1) From view menu select Object Browser. Pick a project object which shows
up on the list. Hit the F1 key to open the help file and look at the project
VBA reference.
2) Open the immediate window. Type in something like "activeproject". Select
the words and hit the F1 key to open the help file.
Simply choosing help will bring up the visual basic help.
If help does not show up, then perhaps it is not installed. Go to add/remove
programs and do a custom install of project being sure to include the VBA
help.
Open project
Type ALT+F11 to open the visual basic editor (VBE)
Now you have two choices:
1) From view menu select Object Browser. Pick a project object which shows
up on the list. Hit the F1 key to open the help file and look at the project
VBA reference.
2) Open the immediate window. Type in something like "activeproject". Select
the words and hit the F1 key to open the help file.
Simply choosing help will bring up the visual basic help.
If help does not show up, then perhaps it is not installed. Go to add/remove
programs and do a custom install of project being sure to include the VBA
help.