Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Private Sub Worksheet_Change(ByVal Target As Range) If Target.Column = 1 And Target.Row 1 Then x = 3 * Target.Row - 4 Sheet2.Cells(x + 0, 1) = Target.Value Sheet2.Cells(x + 1, 1) = Target.Value Sheet2.Cells(x + 2, 1) = Target.Value End If End Sub The above code should be in the module for sheet1 in your exampl -- mangesh_yada ----------------------------------------------------------------------- mangesh_yadav's Profile: http://www.excelforum.com/member.php...fo&userid=1047 View this thread: http://www.excelforum.com/showthread.php?threadid=27690 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simple Consolidation of Worksheets | Excel Worksheet Functions | |||
Simple...Update Text Box in Chart | Charts and Charting in Excel | |||
Simple Way to Count the Number of Duplicate Dates on Multiple Worksheets | Excel Discussion (Misc queries) | |||
Update another worksheets | Excel Worksheet Functions |