C
Conrad Santiago
Greetings!
I have a macro that consists of one line (plus the Sub / End Sub lines):
Repub_proj = RepublishAssignments(False, pjPublishScopeAll, False, True,
False, "")
I want it to RepublishAssignments on the current project so that it
"overwrites the Actuals entered by the Resource".
When I run it, I get a MS Visual Basic "Compile error: Type Mismatch".
What am I doing wrong?
Thanks in advance for any responses.
--Conrad Santiago
I have a macro that consists of one line (plus the Sub / End Sub lines):
Repub_proj = RepublishAssignments(False, pjPublishScopeAll, False, True,
False, "")
I want it to RepublishAssignments on the current project so that it
"overwrites the Actuals entered by the Resource".
When I run it, I get a MS Visual Basic "Compile error: Type Mismatch".
What am I doing wrong?
Thanks in advance for any responses.
--Conrad Santiago