View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Keith John Keith is offline
external usenet poster
 
Posts: 172
Default Navigate worksheet while waiting for user input?

On Fri, 11 Sep 2009 10:19:01 -0700, Ken Warthen
wrote:

John,

The Excel message dialog boxes are modal and will not allow you to navigate
or do anything else until a response is processed. You could create a
userform that mimics an Excel dialog box but is not set to modal to get
around the limitation.


Ken,

Thanks, I guess it's time to learn a new trick.


John Keith