Thread: Enum bug?
View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
Dave Unger Dave Unger is offline
external usenet poster
 
Posts: 153
Default Enum bug?

Hi Martin,

Thanks for your reply.

This whole exercise has given me a new awareness re Enums, and
assigning members. I had erroneously assumed there was a "bug"
involved (a moment of panic?), turned out the "bug" was me. You, and
the other kind people, put me back on track, for which I'm very
grateful.

regards,

Dave U

You *have* defined the unambiguous symbol nam3 as one of your public
enums in List2.

I am slightly surprised that VBA doesn't warn when you have two enums
with the same name in different lists. It would be more interesting in
the Chinese usage if they were defined with different values.

Regards,
Martin Brown