O
Orion Cochrane
I have a label template that, when opened, changes my printer tray to Bypass.
On close, it resets itself. Basically, here it is:
Document_Open
Options.DefaultTray = "Bypass Tray"
End Sub
Document_Close
Options.DefaultTray = "Use printer settings"
End Sub
It worked for a bit, even today. Now, it won't run either macro. Any ideas?
On close, it resets itself. Basically, here it is:
Document_Open
Options.DefaultTray = "Bypass Tray"
End Sub
Document_Close
Options.DefaultTray = "Use printer settings"
End Sub
It worked for a bit, even today. Now, it won't run either macro. Any ideas?