On a VBA user form (I'm using Excel at the moment, but I hope this is consistent), is there a way to remove all label objects from the tab order dialog and from the tab sequence?
Enabled = false takes them out of the sequence, but it also causes them to be greyed out when the form is displayed. I want the labels to display, but to not be in the tab sequence.
Enabled = false takes them out of the sequence, but it also causes them to be greyed out when the form is displayed. I want the labels to display, but to not be in the tab sequence.