Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I am using the following code to run a Macro when there is a change in cell A1. This works well on excel 2003, however it does not run automatically on excel 97. If the user changes the value in A1 for a second time in 97 then the code will work. If you could provide advice on what code would work on the first change in 97 and later versions it would be appreciated. Private Sub Worksheet_Change(ByVal Target As Range) If Intersect(Target, Range("a1")) Is Nothing Then Exit Sub Else Application.Run "HideRows" End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i get the date and time if a change is done in a worksheet | Excel Discussion (Misc queries) | |||
Worksheet Change in Excel 97 does not run first time | Excel Programming | |||
Worksheet change time format | Excel Programming | |||
Time Format on Worksheet Change | Excel Programming | |||
Time format via Worksheet Change | Excel Programming |