Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by toddioi

  1. toddioi

    saving print area as pdf in excel vb macro

    no. when you step from the excel enviorment to the pdf enviorment this is what you see and does not give much opportunity for modification. Sub pdf() ' ' pdf Macro ' Macro recorded 10/18/2006 by Trial User ' ' ActiveWindow.SelectedSheets.PrintOut Copies:=1 End Sub
  2. toddioi

    saving print area as pdf in excel vb macro

    i need a code I can put into one of my macros which will activate print (the print area has already been set) save as pdf name the pdf document the value (or text) of a cell on the worksheet return to the active worksheet in excel Right now the macro stops and I have to manually do the...
  3. toddioi

    printsave print area as pdf in macro

    i need a code I can put into one of my macros which will activate print (the print area has already been set) save as pdf name the pdf document the value (or text) of a cell on the worksheet return to the active worksheet in excel Right now the macro stops and I have to manually do the above.

Part and Inventory Search

Back
Top