Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am missing something and am stumped. Have the following code in the
workbook I want it to run when an entry is made in column 'J' or '10' reference Then subtract 10.00 amd take the remaining amount and place this and other data in row in columns 'E F G H I' into donors worksheet. This is my first attempt at this event happening. Anyway here is code Any takers? Thanks Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal target As Range) Select Case Sh.Name Case "Data", "Motorcycle", "Indian", "Native" '1=Data 6=Motorcycle 7=Indian 8=Native If target.Column = 10 And target.Value 10 Then Call _ CopyStuff(target) End Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't get Sheet_Change event to fire - please help | Excel Programming | |||
Validation list changes don't fire an event | Excel Programming | |||
Event doesn't fire | Excel Discussion (Misc queries) | |||
Workbook Open Event does not fire | Excel Programming | |||
Event class doesn't fire in embedded VBA | Excel Programming |