G
Garrett
I have a landscape background page for landscape foreground pages and a
portrait background page for portrait foreground pages. Is there an easy way
to automatically set the background page based on the print orientation or is
VBA the best way to go?
I am able to change the background of a page using:
Visio.Application.ActivePage.BackPage = "My Background Page Name"
But I am not sure what I should trigger off of to change my background page.
Can someone point me at an event and possibly a code snippet or example?
Thanks in advance.
Garrett
portrait background page for portrait foreground pages. Is there an easy way
to automatically set the background page based on the print orientation or is
VBA the best way to go?
I am able to change the background of a page using:
Visio.Application.ActivePage.BackPage = "My Background Page Name"
But I am not sure what I should trigger off of to change my background page.
Can someone point me at an event and possibly a code snippet or example?
Thanks in advance.
Garrett