How can i do that by VBA? I just want to get the print dialog of the sheet2...
seems easy but i can't figure it out
bye
Worksheets("Sheet2").Select
Application.Dialogs(xlDialogPrint).Show
(not the File|page setup dialog, right?)
> How can i do that by VBA? I just want to get the print dialog of the sheet2...
> seems easy but i can't figure it out
>
> bye

Signature
Dave Peterson