I need an object constructor, but I"m cofused with how classes, types, collecitons etc work in VBA The object supposed like this:
obj
name
value = ""
tag = "name"
id
value = ""
tag = "id"
address
value = ""
tag = "address"
...
nthProp
value = ""
tag = "nthProp"
Where value
is an empty string to populate later and tag
is a string that is the same as the property name.