By DAN MOZEL on Thursday, 19 November 2020
Posted in VBA Development
Likes 0
Views 758
Votes 0
Hi;
I'm wondering how to obtain a collection of objects in VB.NET, that includes all the children, and their children?

oCollect = oObj.FindObjects(kind:=113) only returns the first level.

thanks!
Dan
View Full Post