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
???
|