Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Guys-
Is there a way to run a procedure thats stored in a module on a worksheet change event? When cell J1 changes, I'd like to run the procedure ChangeRows() which is stored in a module. However, this does not seem to be calling the procedure. Can anyone help? Thanks! Private Sub Worksheet_Change(ByVal Target As Range) Select Case Target.Address Comment here Case "$J$1" Call ChangeRows Case Else End Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run procedure from worksheet change event | Excel Programming | |||
Validation Procedure with a worksheet change event | Excel Worksheet Functions | |||
to call procedure in a worksheet in a module | Excel Discussion (Misc queries) | |||
Running a procedure in a module on graph change | Excel Programming | |||
Calling an embedded items event procedure from within a normal module | Excel Programming |