Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() i am running the following macro, Private Sub Worksheet_Change(ByVal Target As Range) If Range("FE11") = 1 Then MsgBox "VEHICLE MAY BE DUE FOR A SERVICE !!", vbBEEP + vbOKOnly End If End Sub i am a newbie to programming and can't figure out how to stop it from running everytime any cell value is changed in the worksheet other than "FE11" ! any help would be aprreciated thanks in advance bassfisher -- bassfisher ------------------------------------------------------------------------ bassfisher's Profile: http://www.excelforum.com/member.php...o&userid=27585 View this thread: http://www.excelforum.com/showthread...hreadid=472323 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I AM TRYING TO STOP BEING PROMPTED TO SAVE EVERYTIME I USE EXCEL | Excel Worksheet Functions | |||
How to stop running macros everytime I run excel? | Excel Discussion (Misc queries) | |||
Password Prompt Everytime a Link is Changed | Excel Discussion (Misc queries) | |||
How do I stop dates from being entered everytime I enter a number | Excel Discussion (Misc queries) | |||
Automaticlly Running Macro on Changed Cell | Excel Programming |