+ Reply to Thread
Results 1 to 3 of 3

emailing a userform during runtime

  1. #1
    Registered User
    Join Date
    02-20-2006
    Posts
    9

    Question emailing a userform during runtime

    i would like send a form ussing outlook. i created a command button send . what code can i insert there to have the form sent using outlook. I am trying to accomplish this after the user completes the form.
    Thanks

  2. #2
    Henrich
    Guest

    RE: emailing a userform during runtime

    Outlook must be set as default mailing client and the code is:

    ActiveWorkbook.SendMail Recipients:="[email protected]",
    Subject:="Something", ReturnReceipt:=True

    „dstyles782001" napĂ*sal (napĂ*sala):

    >
    > i would like send a form ussing outlook. i created a command button send
    > . what code can i insert there to have the form sent using outlook. I am
    > trying to accomplish this after the user completes the form.
    > Thanks
    >
    >
    > --
    > dstyles782001
    > ------------------------------------------------------------------------
    > dstyles782001's Profile: http://www.excelforum.com/member.php...o&userid=31727
    > View this thread: http://www.excelforum.com/showthread...hreadid=518735
    >
    >


  3. #3
    Ron de Bruin
    Guest

    Re: emailing a userform during runtime

    If you only want to send one sheet

    See
    http://www.rondebruin.nl/sendmail.htm

    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    "Henrich" <[email protected]> wrote in message news:[email protected]...
    > Outlook must be set as default mailing client and the code is:
    >
    > ActiveWorkbook.SendMail Recipients:="[email protected]",
    > Subject:="Something", ReturnReceipt:=True
    >
    > "dstyles782001" napísal (napísala):
    >
    >>
    >> i would like send a form ussing outlook. i created a command button send
    >> . what code can i insert there to have the form sent using outlook. I am
    >> trying to accomplish this after the user completes the form.
    >> Thanks
    >>
    >>
    >> --
    >> dstyles782001
    >> ------------------------------------------------------------------------
    >> dstyles782001's Profile: http://www.excelforum.com/member.php...o&userid=31727
    >> View this thread: http://www.excelforum.com/showthread...hreadid=518735
    >>
    >>




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1