Thread
:
Enum in Excel 97
View Single Post
#
1
Posted to microsoft.public.excel.programming
Chip Pearson
external usenet poster
Posts: 7,247
Enum in Excel 97
Philip,
Enum types are not supported in Excel97. They are supported in Excel 2000
and later versions.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
www.cpearson.com
"Philip Mariconda" wrote in message
...
Excel 97 help and MSDN provide surprisingly little
information on the proper declaration of Enum constants.
It seems they need to be declared at module level and not
at procedure level.
However, when I type...
Public Enum iRegion
...just like an MSDN code example it's a syntax error.
Are Enum types only used in class modules?
Thanks!
Phil
Reply With Quote
Chip Pearson
View Public Profile
Find all posts by Chip Pearson