View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Global variables

Put it in a standard module before any subs for udf's
--
Gary's Student


"Ed" wrote:

How can I set up a global variable like:

Public lh as Integer

???