Question : Print worksheet with PDF and send as attachment

Hi experts
I would like to print a worksheet using PDF printer, automatically save it as “name & date & time” and email it as attachment using MS Outlook.

Sub PDF()
    Application.ActivePrinter = "Adobe PDF su Ne04:"
    ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _
        "Adobe PDF su Ne04:", Collate:=True
 End Sub

thanks
Jocelyn

Answer : Print worksheet with PDF and send as attachment

Not sure where we are up to here...
Another option would be to use command line switches to generate the PDF file, as in this example
http://www.experts-exchange.com/Applications/MS_Office/Excel/Q_21323736.html

but I'm not sure how to do similar with cutePDF
Cheers...Terry
Random Solutions  
 
programming4us programming4us