I must be doing something wrong.
When I try to access coco.label1.text or what ever, I get error “This Item does not exist” and highlights coco.
Label has public scope…
You DIM coco inside the method, so it won’t be available anywhere else in your code. You must keep a reference to the container that is more global in scope - a property on the window, perhaps.