Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've searched thru lots of posts, and I can't understand why only I seem to
have an issue with starting a macro based on a cell change. This code: Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "B3" Then Call volatility_rate End If End Sub -doesn't do squat, whether I change the cell thru the drop-down or manually. Why not? I have this coded in the worksheet I want it for, and nothing happens. Thanks, -Dave |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Update Cell in Multiple Sheets - Macro | Excel Worksheet Functions | |||
Macro - update the cell to the left after a find | Excel Programming | |||
Macro to update contents of cell | Excel Programming | |||
Cell update to run macro | Excel Programming | |||
Selection.Replace doesn't update the cell value in macro! | Excel Programming |