Results 1 to 5 of 5
  1. #1
    jules is offline Novice
    Windows 11 Access 2013 64bit
    Join Date
    Jun 2023
    Posts
    2

    Unhappy kann keine Serienbriefe versenden über Outlook


    Hallo allerseits, ich stecke gerade an einem Problem bei dem ich dringendlich Hilfe brauche. ich kann mithilfe meines codes leider keine Serienbriefe erstellen. Mir erscheint iimmer wieder die Meldung, dass outlook mein Objektname zum Versenden nicht kennt. Bitte hat jemand schon diesen Fehler gehabt bzw. weiß wie das aufgehoben werden kann? Danke euch im Voraus
    Attached Thumbnails Attached Thumbnails Microsoft Visual Basic for Applications - Startseite [Aktiv] - [Modul1 (Code)] 21.06.2023 15_33_.png   Microsoft Visual Basic for Applications - Startseite [Aktiv] - [Modul1 (Code)] 21.06.2023 15_33_.jpg  

  2. #2
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,861
    Have you googled that error number?

    https://www.google.com/search?q=outl...hrome&ie=UTF-8
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  3. #3
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2013 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,101
    You should try to leave just the email address in the emailTo variable instead of forcing Outlook to resolve each recipient.

    Cheers,
    Vlad Cucinschi
    MS Access Developer
    http://forestbyte.com/

  4. #4
    jules is offline Novice
    Windows 11 Access 2013 64bit
    Join Date
    Jun 2023
    Posts
    2
    Quote Originally Posted by Gicu View Post
    You should try to leave just the email address in the emailTo variable instead of forcing Outlook to resolve each recipient.

    Cheers,
    Please can you Show me how incan write the Adresse in the Objekt emailto?

  5. #5
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2013 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,101
    From your screenshot (you should post the code instead to make it easier for us to help you):
    Code:
    emailTo=rs.Fields("Email")
    Cheers,
    Vlad Cucinschi
    MS Access Developer
    http://forestbyte.com/

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 07-12-2018, 05:38 AM
  2. Replies: 0
    Last Post: 12-15-2014, 08:18 AM
  3. Replies: 11
    Last Post: 05-20-2014, 11:32 AM
  4. Assigning Outlook task from shared Outlook mailbox
    By Remster in forum Programming
    Replies: 2
    Last Post: 11-16-2011, 04:38 AM
  5. Outlook
    By andysmith652 in forum Access
    Replies: 5
    Last Post: 10-01-2010, 06:31 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums