View Single Post
  #17   Report Post  
Posted to microsoft.public.excel.programming
L. Howard L. Howard is offline
external usenet poster
 
Posts: 852
Default Change_Event target either of two cells


Try...
Sub Scan_In_Check()


Hi Garry,

That smoothed the wrinkles out quite nicely.

Minor typo

sMsgs$

sMsg = "No match found!"

but easily corrected.

Turns out I actually need to look at three different ranges to assure non dupes so it was pretty easy to replicate the third range code from what was already there.

On to exporting to the monthly sheets with date/time stamp.

Thanks for the great help.

Howard