I have come up with a problem, and I hope that you can help me. I
need to assign captions to labels based on idexed values is a string
array. Not until I got well into my project did I find out that you
cannot create control arrays in VBA like you can with VB6.
I did find a way to create an array of conrols.
arraySelection(i) = arrayLabel(i)
But when I try to assign a value to the indexed array of controls, I
get a "variable not set" error.
It looks like the control array is loading just fine. Can you please
tell me what I am doing wrong, or a different approach to use. Since
a large part of my VBA project is based on this, I will really have
to make a big step back if I can't fix this.
I know that you are very busy, and I appreciate that you have taken
time to read this.