View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave D[_3_] Dave D[_3_] is offline
external usenet poster
 
Posts: 6
Default Setting value of a public var from a form

I need to pass the value entered on a form to a variable
in a module, have tried severial times and no joy. The
variable in the module I am trying to set is public, the
form item is a textbox. I am using the on exit event.