View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default can a userform pass an argument?

Hi
if you have them globally declared it SHOULD work. Are you sure you
don't have declared them twice (globally AND in the form)

--
Regards
Frank Kabel
Frankfurt, Germany

"smokiibear" schrieb im Newsbeitrag
...
Frank....I have globally declare my variables, but they are not

passing
back with the values they are assigned in the form. Any ideas?

Mike

"Frank Kabel" wrote in news:uuUZMB82EHA.2572
@tk2msftngp13.phx.gbl:

Hi
one way:
use a public variable

--
Regards
Frank Kabel
Frankfurt, Germany

"smokiibear" schrieb im Newsbeitrag
...
can a userform pass an argument back to a module? if so, could

you
please
elaborate?

Thanks.

Mike