ChadInAtlanta
New Member
- Joined
- Jan 11, 2009
- Messages
- 27
I have determined how to set the print area of a sheet.
psActivePage.PrintArea = UserRange.Address
But I can't figure out how to get what the current print area range is once it has been set. I would think this would work, but it gives an error.
Set rPrintArea = ActiveWorkbook.Names("Print_Area").RefersToRange
psActivePage.PrintArea = UserRange.Address
But I can't figure out how to get what the current print area range is once it has been set. I would think this would work, but it gives an error.
Set rPrintArea = ActiveWorkbook.Names("Print_Area").RefersToRange