View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nigel[_27_] Nigel[_27_] is offline
external usenet poster
 
Posts: 25
Default send sub routine variable to global

so in a subroutine, i set a variable in the middle of script, and
aftewards, i wanted to use that variable globally....can i take a
variable and set a global variable with it from inside a subroutine?