Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Another. Right click sheet tabview codeinsert this
Private Sub Worksheet_Change(ByVal target As Excel.Range) If target.Address < "$B$3" Then exit sub Application.EnableEvents = False [c3] = target.Value + [c3] Application.EnableEvents = True End Sub -- Don Guillett Microsoft MVP Excel SalesAid Software "fryguy" wrote in message ... how can i make an event macro to update the value in C3 when a new value is entered in B3 without the need to click an update button. thanks, fryguy. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Referring to Ranges in Change-Event Macro? | Excel Discussion (Misc queries) | |||
Event Macro running another macro inside | Excel Discussion (Misc queries) | |||
Change event Macro | Excel Discussion (Misc queries) | |||
Change event? | Excel Discussion (Misc queries) | |||
Event Macro adjustment needed - need to change font color also | Excel Worksheet Functions |