View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Claus Busch Claus Busch is offline
external usenet poster
 
Posts: 3,872
Default how can i define x as 988 and then use x in several macros?

Hi,

Am Wed, 15 Apr 2015 22:18:27 -0700 (PDT) schrieb
:

how can i define x as 988 and then use x in several macros?


you have to declare x as public const:
Public Const x = 988


Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional