Printing Macro Not Working

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top