Link to home
Start Free TrialLog in
Avatar of beangl
beangl

asked on

Read the sort values being used for tasks in a Microsoft Project schedule?

I have created an add-in for Microsoft Project using Visual Basic.  I have a section of code that sorts the tasks (WizardVariables.projApp.Sort(Key1:=DPMarkingFieldString, Key2:="Finish", Key3:="Start")).  What I want to do is determine what the sort values are prior to executing the sort command so that I can put the data back to its original sort order.
ASKER CERTIFIED SOLUTION
Avatar of sarabande
sarabande
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of beangl
beangl

ASKER

Thanks.