Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you so much Tom!!! You're a life saver. Now, I just need to
understand what each line means/do but Im sure online help will be able to help me. Thanks again. Sharon This one works. Dim newRng1 as Range Dim r as Range set newRng1 = newRng.EntireColumn.SpecialCells(xlFormulas) set r = newRng1.parent.Cells(newRng1(1).row,"G") newRng1.Formula = "='" & shName & "'!" & r.Address(0,0) -- Regards, Tom Ogilvy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Active x control box display order | Excel Discussion (Misc queries) | |||
How can we display the coloured border around the active sheet? | Setting up and Configuration of Excel | |||
Dynamically display in Active Cell value from 2 rows above it | Excel Discussion (Misc queries) | |||
Dynamically display in active cell the value x-rows above it? | Excel Discussion (Misc queries) | |||
Display of Active Cell in MS Excel 2007 | Excel Discussion (Misc queries) |