Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |