Hi what I'd like to know is
if I have a project which incoporporates an enum with say 7 elements declared for it , ie enum weekday (sun, mon,tues..........sat).

how can I
firstly find the address of where the enum is in memory? (like an array has an address of where it starts in memory)

secondly, how can I ascertain the number of elements? (I know that UBound can be used for arrays etc , is there something similar?)