Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
I have been given the task of exporting multiple named ranges from different sheets to a pdf file. I can do it from a single sheet with many ranges using the following code Range("A8:G19,A83:N96").Select Selection.ExportAsFixedFormat Type:=xlTypePDF, FileName:= _ "c:\filename.pdf" _ , Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas _ :=False, OpenAfterPublish:=True Could anyone point me in the right direction for ranges on differnt sheets. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Named Ranges - Multiple Worksheets | Excel Discussion (Misc queries) | |||
deleting multiple named ranges | Excel Discussion (Misc queries) | |||
Multiple Named Ranges in the Same Column | Excel Worksheet Functions | |||
creating a VBA variabel from multiple named worksheet ranges | Excel Programming |