Sub Routine Passing back parms

M

Mark

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?
 
M

Mark

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