Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have routine that makes a copy of a workbook to save as a snapshot
that has all of the code and range names removed. I couldn't figure out why my print area was screwed up on my snapshots and then I used the debug.print to figure out exactly what was causing my print area to be erased. here is the code that does it For Each RName In NewWorkBook.Names RName.Delete Next RName Does anyone have any idea why deleting all of the range names from the workbook would do this. None of the sheets in my workbook utilize a named range for it's print area. Any help would be appreciated. Thanks James |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
deleting worksheets from names in a range | Excel Discussion (Misc queries) | |||
Deleting all Range Names except Print_Area? | Excel Programming | |||
Deleting range names | Excel Programming | |||
Deleting broken range names | Excel Programming | |||
Adding and deleting Range Names | Excel Programming |