View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Arne[_2_] Arne[_2_] is offline
external usenet poster
 
Posts: 21
Default Modeless form for user interaction

Suppose I want to use a form which prompts the user to
select a cell and press an OK buttom on the form when
ready. I figure the form must be modeless, but how do I
prevent the code following the statement
frmMyForm.Show
from executing until the OK button on the form has been
clicked?

TIA, Arne