Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have this code Code: -------------------- Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Address = "$b$3" Then Sheets("Sheet2").Range("a1:a5") = Sheets("Sheet2").Range("b1:b5") End If End Sub -------------------- When cell b3 is changed i want to replace what is in a1:a5 with what is in b1:b5 any ideas? -- nelsok ------------------------------------------------------------------------ nelsok's Profile: http://www.excelforum.com/member.php...o&userid=30682 View this thread: http://www.excelforum.com/showthread...hreadid=518072 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change results , change data in othe cells across the row | Excel Worksheet Functions | |||
making copied cells change with change in original cell | Excel Worksheet Functions | |||
How do I change a number in one cell to change a series of cells? | Excel Discussion (Misc queries) | |||
change info in other cells when i change a number in a drop list? | Excel Discussion (Misc queries) | |||
Can I change a cell and cause an automatic change in other cells | Excel Worksheet Functions |