View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Macro to view 'Print' dialog box

Hi Jakey,

Try:

Application.Dialogs(xlDialogPrint).Show

---
Regards,
Norman



"JakeyC" wrote in message
oups.com...
Hi -

I need to use a macro to bring up the same dialog box that appears when
you select 'Print...' from the File menu.

I tried to record a macro to see the code, but it only gives code for
'Ok, go ahead and print with these options' rather than just displaying
the dialog box, and awaiting user input.

Any ideas?