I have a user form with initialized values:
txtNumRows.Text = 2
txtNumCol.Text = 2
When the user click the macro button and receives the user form, the values are appropriately populated, but I would like them to be highlighted/Selected, so that they don’t have to backspace to alter the value. I can’t seem to find the property that will do that…. Help Please…..