View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Neal Steiner Neal Steiner is offline
external usenet poster
 
Posts: 4
Default Passing a value to a variable from Userform

Dear Most Valued Experts,

I have a Userform where I am asking for information.
In the code, when the user clicks OK, if the amount typed
in is incorrect, I have a msgbox asking if the user wants
to continue. If the answer is no, I need to exit the
userform and go into another macro. If the answer is yes,
to continue with the userform. What is the best way to
set this up? Thanks.

Neal