Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
rather than describe your specific workbook why don't you try to generalize your question? It sounds to me that you want a worksheet_change event on sheet CCC that says something like this.... Private Sub Worksheet_Change(ByVal Target As Range) If Target.Column = 15 And Target.Row 9 And Target.Row < 21 Then Me.Range("$O$10:$O$20").Copy Sheet1.Range("$O$10:$O$20") End If End Sub Hth, O |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Getting missing data from one report into another report... | Excel Discussion (Misc queries) | |||
Automate Excel report to place certain data into existing report? | Excel Worksheet Functions | |||
Help...Need to modify data within a column in a .csv file | Excel Worksheet Functions | |||
=(IF(ISTEXT('Data Report'!$L2:$L4),'Data Report'!N3,J11)) Response | Excel Discussion (Misc queries) | |||
Help for modify data in excel! | Excel Programming |