+ Reply to Thread
Results 1 to 6 of 6

Macro that auto generates Email within Excel

Hybrid View

  1. #1
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,936

    Re: Macro that auto generates Email within Excel

    For the spacing, try this:

        Msg = "Good morning,  " & Chr(10) & _
           "Please find today's forecast for Friday, May 07, 2010 attached. " & Chr(10) & _
           "Thank you," & Chr(10) & _
           "FRC Treasury Team"
    I'm not sure about the colors, but I'm guessing that the original file was created in Excel using a custom mapping for color indices, and when the new file is created is uses the default color indices. But I have not seen this before so I'm not sure.
    Last edited by 6StringJazzer; 05-26-2010 at 02:48 PM. Reason: broke up long line of code
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ 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