+ Reply to Thread
Results 1 to 2 of 2

Range/charts to outlook email

  1. #1
    Registered User
    Join Date
    08-06-2013
    Location
    Pennsylvania
    MS-Off Ver
    Excel 2003
    Posts
    72

    Range/charts to outlook email

    Hello all,

    I have a command button that opens up an outlook email and posts some data from the workbook using:

    Range ("P11:U25").Select
    Set rng = nothing
    on Error Resume Next

    Set rng = Selection.SpecialCells(xlCellTypeVisible)
    On Error GoTo 0

    However, I'm trying to add another range into the email (below the first range) along with the charts that are imbedded in the sheet (there are two charts). When I add the other range ("A2:F7") under the one above it ignores one (the first one), and I have no clue how to get the imbedded charts in there.

    Can anyone help? Thanks!

    J

  2. #2
    Registered User
    Join Date
    08-06-2013
    Location
    Pennsylvania
    MS-Off Ver
    Excel 2003
    Posts
    72

    Re: Range/charts to outlook email

    Nobody knows how to add additional cells to the range at least? Hmmm... darn.

+ 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. [SOLVED] Copy Range with Headers to Outlook Email
    By Will03 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-06-2014, 02:36 PM
  2. Excel range in picture to outlook email using VBA??
    By jjin in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-13-2013, 01:32 AM
  3. send selected range in email with default outlook email signature included
    By mdsickler in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-04-2013, 10:50 PM
  4. Save range and send as outlook email
    By hejbeiter in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-30-2012, 12:50 PM
  5. Email Data Range from Excel using Outlook
    By ameyabrid in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-09-2011, 04:47 PM

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