I have a problem referencing a windows object in VBA. it throws the following error: \"Error 5 (Invalid procedure call or argument). I cannot find the cause, because I see n
Something odd with that interface, it seems to only work with a copy of the control variable so:
Set winn = wins.Item(i + 0)
or
Set winn = wins.Item((i))