Thread
:
how can i define x as 988 and then use x in several macros?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Claus Busch
external usenet poster
Posts: 3,872
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
Reply With Quote
Claus Busch
View Public Profile
Find all posts by Claus Busch