Hello,
is there any way to find out the Ubound of a FFL control array?
Thank you,
Heinz Grandjean
I created a form with 3 labels named lbl in a control array.
This code worked:
Local l As Long
l = UBound(HWND_FORM1_LBL())
Hope this helps.
Thank you, Carl!
It does the job!
Heinz Grandjean