Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Patrick and Bony Pony, I have a particular reason for cut and paste
(basically to refresh the sheets, to clear Excel's internal cache, resulting in a significant reduction in file size - from 40MB to 15MB). The problem is that when a the contents of a worksheet are cut and pasted to a new worksheet, the name still belongs to the old sheet while its RefersTo property belongs to the new sheet. So deleting the old sheet leaves the name with a #REF error. My code addresses this problem, but I've detected another problem which is similar: A global name that has a relative address (relative column OR relative row OR both) behaves like a local name with cut and paste. My code above doesn't work with these, because they are not local names. I'll have a go at this. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula for moving information from one sheet to another sheet | Excel Discussion (Misc queries) | |||
5 man can work simultaneous on a Sheet saved on a local server? | Excel Discussion (Misc queries) | |||
COUNTIF( {local cells}, {number from other sheet}) | Excel Worksheet Functions | |||
moving informatiion from one sheet to a total sheet | Excel Discussion (Misc queries) | |||
Reference styles and local/non-local formulae - international problems. | Excel Programming |