Sub Routine Passing back parms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

Marshall Barton assisted me on how to pass arguments to a Sub Routine
(Thanks), but how do I get it to pass something back to the code that called
it, without making the Sub public?

sbCall (data)

sub sbCall (data)
change = data

How to pass back?
 
Never mind I was using a field on the form as my argument, once I changed it
to a varible it changed.
 
Back
Top