focus

  1. Witzker

    Set Cursor & Focus from any field to the body of a user Contact form in OL 2019

    Sub SetCursorAndFocus() ' Cursor appears in body, but focus stays in field where it was when calling the macro Dim objItem As Object Set objItem = Outlook.Application.ActiveInspector.CurrentItem If objItem Is Nothing Then MsgBox "No item is open." Exit Sub End If Dim...
  2. lcarpay

    Stay in the mail folder pane after ctrl-1

    hi, after pressing ctrl-1 (or clicking on a folder when I'm already in the mail for that matter) I want to stay in the folder pane. Instead Outlook puts the focus on the maillist. Is there an option for staying in the folder pane (or a workaround)? thanks, Leon
Back
Top