View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Ed Ed is offline
external usenet poster
 
Posts: 46
Default Global variables

Thanks for reply. I'll be using the calculated variable to be used in
a procedure that would will be run 55 times. Rather than calculate it
55 times, I calculate it as once as a public.



On Sun, 19 Nov 2006 17:14:47 -0000, "Bob Phillips"
wrote:

In general, global variables are not necessary, and if possible are best
avoided. Why do you think you need one?