Hi, I have the following code where I have a lot of objects (labels and combo boxes) on a userform which I want to make enable/disabled. My intial code is supposed to make them all diasbled... Here is the long way of doing it...
To help me with the further coding I have tried to do this as a loop but am struggling. Here is my broken code...
As you can see I have 2 solutions within the same code I was testing
The ben variable stuff does seem to work but it is the benefit stuff I would really like to work. Is this kind of thing possible? i.e. frmUW.lblnew" & benefit &".Enabled = False
Many Thanks
Bookmarks