I am trying to create VBA code to allow user to specify the printer to use when printing an EXCEL worksheet. The code works on a Windows PC but does not work on a MAC IOS.
Using the VBA code Application.Dialogs(xlDialogPrinterSetup).Show works on a Windows PC but not on a MAC ios. Is there an equivalent.