Hi,
I actually found the trick to work and it looks pretty simple. Just had to initialise the form with a focus to one of its buttons and did the trick:
Private Sub UserForm_Initialize() Me.CommandButton1.SetFocus End Sub
Hi,
I actually found the trick to work and it looks pretty simple. Just had to initialise the form with a focus to one of its buttons and did the trick:
Private Sub UserForm_Initialize() Me.CommandButton1.SetFocus End Sub
Last edited by Aussiebear; 11-22-2024 at 01:06 PM.