Consulting

Results 1 to 5 of 5

Thread: copying outlook to excel

  1. #1

    Post copying outlook to excel

    Hi,

    I am a newbee to this forum and i need your help. I need to copy only the table from outlook body to excel. Then i have to check particular column and copy & paste that row to outlook email body from excel including header row(i.e. with first row of excel). All these to be done from outlook vbe editor. I would be greatful some one please help me with this..

  2. #2
    Could someone please help me on the above?

  3. #3
    Hi,

    Could someone please help me on this. I have got code to copy entire email body to excel. But not only the table.

  4. #4
    VBAX Expert JP2112's Avatar
    Joined
    Oct 2008
    Location
    Astoria, NY
    Posts
    590
    Location
    To copy a table in an email body, try this code:

    http://stackoverflow.com/a/8069282/190829
    Regards,
    JP

    Read the FAQ
    Getting free help on the web
    My website
    Please use [vba][/vba] tags when posting code

  5. #5
    Hi JP,

    thank you very much for your help.
    I tried the code and getting the error "Subscript out of range" in line
    ReDim headerRow(1 To numberofColumns).

Posting Permissions

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