Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Make sure Sheets(20 is Active when you hit
rng.Select -- Gary''s Student gsnu200709 "AD108" wrote: The Select method is failing below, not sure what I am doing wrong. My goal is to synchronize the selection across several sheets. I am using "SelectionChange" event to fire little code below. Thanks in advance for help. Public rwSelect as integer Sub Sync_Sheets() Dim rng As Range rwSelect = Selection.Row Set rng = Sheets(2).Range("C" & rwSelect) rng.Select Sheets(14).Activate End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simple problem, simple formula, no FUNCTION ! | Excel Worksheet Functions | |||
Simple problem | New Users to Excel | |||
Simple problem? | Excel Worksheet Functions | |||
Simple problem | Excel Discussion (Misc queries) | |||
A simple problem... | Excel Programming |