Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
At least try it and see.
-- HTH RP (remove nothere from the email address if mailing direct) "Microlong" wrote in message ... if I want to run it automatically in works sheet, Can I use this way ? "Bob Phillips" wrote: Private Sub Worksheet_Change(ByVal Target As Range) On Error GoTo ws_exit: Application.EnableEvents = False If Target.Address = "$H$1" Then myMacro End If ws_exit: Application.EnableEvents = True End Sub 'This is worksheet event code, which means that it needs to be 'placed in the appropriate worksheet code module, not a standard 'code module. To do this, right-click on the sheet tab, select 'the View Code option from the menu, and paste the code in. -- HTH RP (remove nothere from the email address if mailing direct) "j8f" wrote in message ... I want a macro to run automaticaly when I enter a specific value in a specific cell on a specific worksheet |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
specific macro on specific sheets | Excel Discussion (Misc queries) | |||
Highlight automatically a specific cell | Excel Worksheet Functions | |||
Only calculate specific worksheet automatically? | Excel Worksheet Functions | |||
Automatically Put a Value in a specific cell. | Excel Discussion (Misc queries) | |||
how do I automatically run a macro when a specific value is enter. | Excel Programming |