C
Conrad Santiago
I want to write a macro that will publish new and changed assignments. To
start, I created this macro with just the one line. When I run it, I get a
"Type Mismatch" error. I feel I need additional code to set it up to work.
Any ideas?
Sub f360_Co_Publish_List_Misc()
Pub_File = PublishNewAndChangedAssignments(False, pjPublishScopeAll,
False, "")
End Sub
Thanks in advance for any response.
--Conrad Santiago
start, I created this macro with just the one line. When I run it, I get a
"Type Mismatch" error. I feel I need additional code to set it up to work.
Any ideas?
Sub f360_Co_Publish_List_Misc()
Pub_File = PublishNewAndChangedAssignments(False, pjPublishScopeAll,
False, "")
End Sub
Thanks in advance for any response.
--Conrad Santiago