M
MarkP
I am using MS Project 2007 Professional
Trying to export the "Schema" for a project for later import to another.
I am unable to find all the parameters for Views, Groups, Filters
For example, when adding a new View, I recorded a macro and Project gave me
this code:
ViewEditSingle Name:="B - ViewX", Create:=True, Screen:=5, _
ShowInMenu:=True, HighlightFilter:=False, Table:="A - Task Entry", _
Filter:="A - Time-Off", Group:="Complete and Incomplete Tasks"
Unfortunately, the View object does not contain the HighlightFilter, Table,
Filter, or Group values.
Where can I find them.
Also, in the spirit of teach me how to fish... any idea where this might be
documented ?
- MarkP
Trying to export the "Schema" for a project for later import to another.
I am unable to find all the parameters for Views, Groups, Filters
For example, when adding a new View, I recorded a macro and Project gave me
this code:
ViewEditSingle Name:="B - ViewX", Create:=True, Screen:=5, _
ShowInMenu:=True, HighlightFilter:=False, Table:="A - Task Entry", _
Filter:="A - Time-Off", Group:="Complete and Incomplete Tasks"
Unfortunately, the View object does not contain the HighlightFilter, Table,
Filter, or Group values.
Where can I find them.
Also, in the spirit of teach me how to fish... any idea where this might be
documented ?
- MarkP