Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
my problem is hopefully pretty simple. my code so far looks like this: Private Sub Worksheet_Change(ByVal target As Range) Application.ScreenUpdating = False If Union(target, Range("$B$76:$B$114")).Address = "$B$76:$B$114" Then Run ("Model.Hide") End If Application.ScreenUpdating = True End Sub which works fine for the range $B$76:$B$114 however the row numbers are prone to change. I have setup a table thats location will not change, which will store the reference start and the reference ends. This is located at B8 (start) and C8 (End). what i am tring to do is get the information from B8 and C8 to replace the B76 and B114 respectively. any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range Name Macro | Excel Discussion (Misc queries) | |||
Dynamic range for autofill macro | Excel Discussion (Misc queries) | |||
automatically update pivot tables when dynamic named range is expa | Excel Discussion (Misc queries) | |||
Graphing a dynamic range that automatically picks up the most recent entry. | Excel Worksheet Functions | |||
Dynamic range in graphing macro | Excel Programming |