rjplante
Well-known Member
- Joined
- Oct 31, 2008
- Messages
- 574
- Office Version
- 365
- Platform
- Windows
I have a three monitor setup and I use the center monitor to display my excel workbook. When I use VBA to call the print dialogue box, it is skewed to the right which is most likely the center of the three monitors. Is there a way to center the print dialogue box? I am using the line below to display the dialogue box, I just do not know how to center it.
Application.Dialogs(xlDialogPrint).Show
Application.Dialogs(xlDialogPrint).Show