cursor

  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. Witzker

    Place cursor at opening, a user defined OL contact form

    Hi I want the cursor to be placed at the end of the body field in my Contact form! And Fill in a Return to instantly be at the beginning of a new line so that I don't have to scroll down the whole notes to the end and can start writing a new note immediately when the Form is opened How to...
Back
Top