Is it possible to create your own 'multi-level' properties using VBA? For example, I want to have something like:
oClass.Title.First_Level = "My First Title Line"
oClass.Title.Second_Level = "My Second Title Line"
I am making an Excel Export class for use mainly in MS Access.
Regards,
Randy
oClass.Title.First_Level = "My First Title Line"
oClass.Title.Second_Level = "My Second Title Line"
I am making an Excel Export class for use mainly in MS Access.
Regards,
Randy