View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LizUrish LizUrish is offline
external usenet poster
 
Posts: 1
Default Using Sub-procedures w/in a function

Is it possible to use a subprocedure within a function?
How would you refer to the subprocedure?

I'm trying to create a variable in a subprocedure that is
updated w/ a function, so that the vairable holds the
value and can be used the next time the function is called
upon.

Any help would be greatly appreciated!