Hi folks,
A workbook I have created has a macro that the user can select to print certain sheets. There is one line of code that works fine on a PC, but a couple of the users have MACs and the line of code doesn't work. I was wondering if anyone knows what to substitute it as for MAC (if there even is a substitute)
Thanks in advance for any help,
James
A workbook I have created has a macro that the user can select to print certain sheets. There is one line of code that works fine on a PC, but a couple of the users have MACs and the line of code doesn't work. I was wondering if anyone knows what to substitute it as for MAC (if there even is a substitute)
Code:
Application.Dialogs(xlDialogPrinterSetup).Show
James