how do i access the properties of a menu( created dynamically), that is added to a collection
Printable View
how do i access the properties of a menu( created dynamically), that is added to a collection
You could use For Each ... In ...
Inside you can check with TypeOf() or something like that.
Jean
[email protected]