Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to creat a print button on one of my worksheets. The button will
print worksheet 1, 2, and 3. This part was simple I just made this macro: Sub print_worksheet() Worksheets("Kund data").PrintOut Copies:=1 Worksheets("Schakt dörr").PrintOut Copies:=1 Worksheets("Korg dörr").PrintOut Copies:=1 However, I also want the macro to save the 3 worksheets as pdf files and open a new e-mail where those files are attached. Right now I can't even get the 3 sheets to convert to PDF with a macro. I have acrobat Professional installed and can print to pdf so I asume there is some way to do it with a VBA macro... Help please! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
print button macro & specific tabs to print | Excel Worksheet Functions | |||
help with print button | Excel Programming | |||
print button | Excel Discussion (Misc queries) | |||
button to print | New Users to Excel | |||
overriding the print button and File/Print | Excel Programming |