I want to be able to create a control array of labels. In my experience with VB, you can put a label on your form and set the index value to 1. Then in your code you can Load lblMyLabel(1) and so on.
I am having trouble implementing this with VBA. Do I have to create a label on my form to begin with? How to I create more labels dynamically? Thanks!
I am having trouble implementing this with VBA. Do I have to create a label on my form to begin with? How to I create more labels dynamically? Thanks!