View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
John[_111_] John[_111_] is offline
external usenet poster
 
Posts: 3
Default How to pass a variable from Form back to calling procedure

Bob,

My sample code would have made more sense if I had set strFormVar to
read the value of a text box on the form,

strFromVar=txtTextBox.Value

where txtTextBox is the name of the control. In the code example I
gave, unfortunately it doesn't matter what the value of strFormVar is.
I should have been more "precise."

Thank you.

John