View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
joel[_335_] joel[_335_] is offline
external usenet poster
 
Posts: 1
Default Static global varibale - where tu put it?


Use a Dim statement in a module or Class module out side any sub or
function


Dim A
sub Test
A = 5
end test


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=161663

Microsoft Office Help