+ Reply to Thread
Results 1 to 2 of 2

VBA : Paste Word.Table into Outlook email

  1. #1
    Registered User
    Join Date
    01-20-2015
    Location
    Singapore
    MS-Off Ver
    2010
    Posts
    2

    VBA : Paste Word.Table into Outlook email

    I have the below VBA code which i run to create a reply email.

    Dim Reply As Outlook.MailItem
    Dim Original As Outlook.MailItem

    Set Original = Application.ActiveExplorer.Selection(1)

    Set Reply = Original.ReplyAll
    Reply.Subject = "RE: " & Original.Subject
    Reply.Display

    I have the following variable and have been unsuccessfully trying to paste it into "Reply" above.

    Dim tTable As Word.Table

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: VBA : Paste Word.Table into Outlook email

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code.

    Posting code between [CODE]Please [url=https://www.excelforum.com/login.php]Login or Register [/url] to view this content.[/CODE] tags makes your code much easier to read and copy for testing, it also maintains VBA formatting.

    Highlight your code and click the # icon at the top of your post window. More information about these and other tags can be found here



    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. paste clipboard to outlook email
    By baiju2014 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-24-2014, 05:59 PM
  2. Word macro to email active document through outlook template
    By onbeillp111 in forum Word Programming / VBA / Macros
    Replies: 0
    Last Post: 07-19-2013, 12:38 PM
  3. Copy paste a table in outlook email to excel
    By kishoremcp in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-16-2012, 04:41 AM
  4. VB to save word doc with a filename just copied from an Outlook email
    By chrisvelnet in forum Outlook Programming / VBA / Macros
    Replies: 1
    Last Post: 08-09-2011, 09:28 AM
  5. Replies: 0
    Last Post: 06-24-2006, 12:25 PM

Tags for this Thread

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