Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a named range (='Site Limiting Factors'!$J$10) that defines a named
range for several merged cells. When I call MYRange.Lock I get an error "Cannot change part of a merged cell." How do you lock and protect a Merged cell? -- Thanks Lonnie |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Merged cells are a pita. If you can change the name's definition have it
refer to all cells in the merge. If not, create a new name to do that. -- Jim "lrjanzen13" wrote in message ... |I have a named range (='Site Limiting Factors'!$J$10) that defines a named | range for several merged cells. When I call MYRange.Lock I get an error | "Cannot change part of a merged cell." How do you lock and protect a Merged | cell? | -- | Thanks | Lonnie |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe
myrange.mergearea.locked = true lrjanzen13 wrote: I have a named range (='Site Limiting Factors'!$J$10) that defines a named range for several merged cells. When I call MYRange.Lock I get an error "Cannot change part of a merged cell." How do you lock and protect a Merged cell? -- Thanks Lonnie -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
automatic range - named range give me circular reference... | Excel Discussion (Misc queries) | |||
Array as a "named range" - formula ok in cells, but error as "named range" | Excel Discussion (Misc queries) | |||
inserting a named range into new cells based on a named cell | Excel Discussion (Misc queries) | |||
Compare a selected Range with a Named range and select cells that do not exist | Excel Programming | |||
If any cell in named range = 8 then shade named range | Excel Programming |