Home |
Search |
Today's Posts |
#10
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"David Balkema" wrote in message
... Bob, Thanks again for all your help. This is what I've gotten to work then: Dim detrng As String detrng = Selection.Address Union(Range("Detailed"), Range(detrng)).Name = "Detailed" This is overdoing it a bit. You are going back to go forward :-). You only need Union(Selection, Range(detrng)).Name = "Detailed" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Undo button and redo button quit | Excel Discussion (Misc queries) | |||
Inserting a Graphic on a Button when the Button is Assigned to a M | Excel Discussion (Misc queries) | |||
insert row above button (retrieve position of button) | Excel Discussion (Misc queries) | |||
How do I lock a radio button group if a N/A button is selected | Excel Discussion (Misc queries) | |||
Delete a custom button by holding down the ALT key and dragging the button off the toolbar | Excel Programming |