Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to select cells in several sheets, if the user is in Sheet1 and
selects a cell in column A. I get a '1004' error ("Select method of Range class failed") at Range("A" & Target.Row).Select. Can somebody help me? Here is my code: .... If Target.Cells.Count = 1 Then 1: ' if they select a cell in Col 1, select complementary cell in other sheets If Target.Column = 1 And Target.Value < "" Then Sheets(3).Select Range("A" & Target.Row).Select Sheets(4).Range("A" & Target.Row).Sheets(5).Select Sheets(1).Select EndIf EndIf .... TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Target.Value | Excel Worksheet Functions | |||
Target cell reference moves when target is cut and pasted | Excel Discussion (Misc queries) | |||
target.value | Excel Discussion (Misc queries) | |||
Target | Excel Worksheet Functions | |||
Target value, Next cell | Excel Discussion (Misc queries) |