I am trying to print a custom header on a MS Project report when I click a button on my ribbon, but am having no luck. I have tried the following but nothing happens.
GlobalVariables.mppapp.FilePageSetupHeader(Name:="test", Alignment:=PjAlignment.pjLeft, Text:="test123")
Thoughts?