Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ok, when doing something like this:
----------------------------------------------- Sub OrderSheets() For i = 5 To Worksheets.Count Worksheets(i).Name = ("Temp" & i) Next i For i = 5 To Worksheets.Count Worksheets(i).Name = (i - 4) Next i End Sub ----------------------------------------------- All the cells in a worksheet that get data from ='1'!H3 get the formula changed to '3'!H3 <<< if you moved sheet 1 to the sheet 3 position.... How do I make it not auto update the formulas? I hope you can make sence of what I just asked... my brain is kinda flubbed today :) Chuck |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i rename a sheet if the rename tab is inactive? | Excel Worksheet Functions | |||
macro to: Add new sheet, then rename new sheet with todays date | Excel Worksheet Functions | |||
Move data to new sheet - rename sheet based on criteria ? | Excel Discussion (Misc queries) | |||
How to copy a sheet and rename it with the value of two cells from the source sheet? | Excel Programming | |||
Button to copy sheet, rename sheet sequencially. | Excel Programming |