T
TJS
how can I dynamically dimension objects in a loop ?
trying to do something like this -but it doesn't compile
for i = 1 to 5
Dim "submenu" & i As New objectName_here
next
Compiler Error Message: BC30203: Identifier expected.
trying to do something like this -but it doesn't compile
for i = 1 to 5
Dim "submenu" & i As New objectName_here
next
Compiler Error Message: BC30203: Identifier expected.