Public Enum Keyword not recognized in VBA of Excel 2004

G

Guest

I tried to use an Excel worksheet on my Mac that was originally created on a
PC. The Mac seems to have trouble with the "Public Enum" function in the
Visual Basic Editor. I can only assume Enumeration is not supported in VBA
for the Mac. Is this correct? If so, does anyone know of a similiar data
structure I could use?
 
J

JE McGimpsey

All MacXL VBA is VBA 5.0. Enums were introduced in VBA6.

Enums are just integers, though, so you can assign a Data Type
consisting of integers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top