Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi folks,
I have the following cell reference in Book 2: ='C:\Program Files\systems\My Program\Data1\[Book1.xls]Sheet1'!$A$2 I have a macro that automatically enters data in Book1 by inserting rows. I need the above reference to NOT change to $A$3, $A$4, $A$5 etc as rows are inserted. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use the INDIRECT function.
-- David Biddulph "dim" wrote in message ... Hi folks, I have the following cell reference in Book 2: ='C:\Program Files\systems\My Program\Data1\[Book1.xls]Sheet1'!$A$2 I have a macro that automatically enters data in Book1 by inserting rows. I need the above reference to NOT change to $A$3, $A$4, $A$5 etc as rows are inserted. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
or name the range in the original workbook & then use the name in your
formula. name will stay with cell and not move with row or column insertion. ='C:\Program Files\systems\My Program\Data1\[Book1.xls]Sheet1'!MyRange hth susan On Jan 2, 3:04*am, "David Biddulph" <groups [at] biddulph.org.uk wrote: Use the INDIRECT function. -- David Biddulph "dim" wrote in message ... Hi folks, I have the following cell reference in Book 2: ='C:\Program Files\systems\My Program\Data1\[Book1.xls]Sheet1'!$A$2 I have a macro that automatically enters data in Book1 by inserting rows.. I need the above reference to NOT change to $A$3, $A$4, $A$5 etc as rows are inserted.- Hide quoted text - - Show quoted text - |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi again,
I tried susan's way because it seemed the most straightforward, and inserted a named range from A2 to A101 as "A2toA101". I incorporated this fine, but when a row was inserted, the named rage properties changed from =Sheet1!A2:A101 to =Sheet1!A3:A102 !! I'll try the INDIRECT function if I can figure it out! Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
unwanted links come when new rows are inserted | Links and Linking in Excel | |||
Unwanted links come with new rows inserted | Excel Discussion (Misc queries) | |||
Link inserted rows throughout the worksheet. | Excel Worksheet Functions | |||
how do you get a formula to not update when rows are inserted | Excel Discussion (Misc queries) | |||
Inserted Rows not re-calculating | Excel Discussion (Misc queries) |