View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Global variables

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

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Ed" wrote in message
...
How can I set up a global variable like:

Public lh as Integer

???