View Single Post
  #1  
Old February 7th 07, 07:50 PM posted to microsoft.public.outlook.program_vba
Twotone
external usenet poster
 
Posts: 7
Default Getting user input using a form and returning to procedure

I'm sorry if this is an idiotic question but I've looked all over for an
answer.

I have a procedure in Outlook (2003). After a few lines of code, I want to
display a form, get some input from the user and then return to the original
procedure and carry on executing code just below the line where I made the
form open (using the information input by the user).

I cannot work out how to get the form to close and the code to continue
running where it effectively paused to allow the user input on the form.

I can see how to do this using lots of separate modules which call each
other in turn but that seems very clumsy.

Any help would be much appreciated.
Ads