View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jan Kronsell[_3_] Jan Kronsell[_3_] is offline
external usenet poster
 
Posts: 34
Default Named arguments for built in dialogs

Hi NG

I like to show the print dialog with the Print Selection selected. But I
cant figure out how to do it:

I use
Application.Dialogs(xlDialogPrint).Show

but when i try to add an argument, like print_what it do not kno the named
agument. And besides I cans find anywhere the cvalues the arguments can
have. Can anybody help here?

Jan