View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ward[_2_] Ward[_2_] is offline
external usenet poster
 
Posts: 3
Default suspending-interacting-resuming

Hi,

I've written a routine that checks a few numbers on a worksheet.

When a number doesn't match a criterium, I .activate the offending cell,
and pop a msgbox stating the problem. Now excel waits until I push the OK
button, but I would like to enter another value in my cell, and THEN click
the OK button.

How can this be done ?


thx

Ward