Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm a beginner in Excel VBA. I have come across problem
to set the selected print area as follows : ActiveSheet.PageSetup.PrintArea = "Range(Activecell, Activecell.End(xlDown))" It seems VBA only accepts absolute address : ActiveSheet.PageSetup.PrintArea = "$B$4:$H$16" Please give me some clues for setting a relative reference print area instead of an abosolute one. Thanks. Rgds, Frankie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Print Area Setting | Excel Discussion (Misc queries) | |||
Setting The Print-Area ? | New Users to Excel | |||
Setting print area | Excel Discussion (Misc queries) | |||
Excel VBA - Setting Print Area in VB | Excel Programming | |||
Setting print area | Excel Programming |