Forum Discussion
jeffrey_crowley
12 years agoContributor
You don't need
set size...
just use
size = UBound(ItemList())
The rest should work. What you are asking here is specific to the VB language and not Test Complete. I would suggest that you search sites like http://stackoverflow.com/ or just google for "vb get folder names" or something like that. http://www.mrexcel.com/ is also good but it's mostly about Excel & Excel VBA.
set size...
just use
size = UBound(ItemList())
The rest should work. What you are asking here is specific to the VB language and not Test Complete. I would suggest that you search sites like http://stackoverflow.com/ or just google for "vb get folder names" or something like that. http://www.mrexcel.com/ is also good but it's mostly about Excel & Excel VBA.