Consulting

Results 1 to 20 of 23

Thread: Start a macro with a button in outlook userdefined contact form

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Regular
    Joined
    May 2018
    Posts
    50
    Location

    Question Start a macro with a button in outlook userdefined contact form

    I have a user defined form in Outlook 2019

    I have created a button and want to know how I can start a macro by pressing this button in the form?
    The code for the button is in the Outlook forms VBScript editor!

    ol VB code editor.jpg


    Sub CommandButton4_Click()
       CODE NEEDED! 
    End Sub
    The macro is in module 2. Name:

    Public Sub AddNote()

    It sets the cursor at the end of the body of the contact form:
    If I get help here:
    http://www.vbaexpress.com/forum/show...k-contact-body

    Do I need some more libraries to get this work?

    OL Verweise.jpg
    Last edited by Witzker; 11-06-2020 at 07:03 AM.

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
  •