Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This should work
Private Sub Worksheet_Change(ByVal Target As Range) Dim ans If Target.Address = "$P$2" Then If WorksheetFunction.CountIf(Worksheets("Tracking"). _ Range("C4:C100"), Range("P2").Value) 0 Then ans = MsgBox("Continue", vbYesNo) If ans = vbYes Then SortTracker End If End If End Sub -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "choice" wrote in message ... when i type a number into sale!p2 and hit enter, i want it to check to see if that number is in tracking!C4:C1000. if its not then i want the message to come up |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why doesnt this work? | Excel Worksheet Functions | |||
Why doesnt shortcut key work on some but not on others? | Excel Discussion (Misc queries) | |||
Why doesnt this work | New Users to Excel | |||
code doesnt work | Excel Programming | |||
code doesnt work | Excel Programming |