View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill Agee Bill Agee is offline
external usenet poster
 
Posts: 8
Default Open Menu item "Print" from VBA

On a worksheet, I can choose from the Menu: File, Print and then a form
displaying the Printer names in a combo box, etc. Since I have multiple
printers including Acrobat printer this is great.

I would like to be able to perform the same thing with VBA. Is there a
command
to display the form "Print" from VBA.

Bill