Results 1 to 2 of 2

Thread: Call a UserForm from ItemSend vbModal

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    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.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •