View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Matt McQueen[_3_] Matt McQueen[_3_] is offline
external usenet poster
 
Posts: 1
Default Passing variables back to main procedure

I've a subroutine that calls another and passes a variable to it. However
within the 'called' sub is a variable that I would like to pass back to the
main sub. I know that this could be accomplished using module-level
variables, but I'd like to know how to pass a variable 'backwards'.

Cheers.