View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KarimK KarimK is offline
external usenet poster
 
Posts: 1
Default Creating PDFs from Excel VBA

I have Adobe Acrobat installed and integrated with Excel.
This means there is a menu item on Excel that converts the
active worksheet into a PDF document.

I need to be able to invoke the menu item's functionality
(convert the sheet to PDF) from VBA.

Does anyone have a sample script or know where I might
find information on this?

Thanks,
KK