+ Reply to Thread
Results 1 to 1 of 1

Emailing workbook which is already a macro output !

  1. #1
    Forum Contributor
    Join Date
    01-26-2012
    Location
    Mumbai
    MS-Off Ver
    Excel 2013
    Posts
    154

    Emailing workbook which is already a macro output !

    Dear Experts ,


    Firstly this is a extension of the project

    http://www.excelforum.com/excel-prog...62#post2842962

    Basically the output of a macro execution leads to a filled workbook which i want to send to selected reciptents using used fed data in sheet 1 in cells N3,03,P3,Q3,R3 respectively

    The attached files show the workbook before macro execution and after macro execution

    In the input file itself i now specify CC,BCC ,body ,subject -see the input sheet and tab sheet 1
    -I will have respective fields filled in N3,03,P3,Q3,R3 respectively ...the macro code will take values from used fed data in this cells of sheet 1 and the entire workbook will get attached and previewed ...once user then prsses send ,it will go !


    Basically once the solution is posted ,i will call the subroutine from the already main routine at the end so that mail routine gets called at the last post all other routines have executed and the workbook is completely filled

    in short presently the skeleton is like

    sub x
    call a where a is already developed subroutine for task a
    call b where b is already developed subroutine for task b
    call c where c is already developed subroutine for task c

    end sub

    i want to make it

    sub x
    call a
    call b
    call c
    call d ////where d will be posted solution for subroutine for mailing after attaching the entire workbook taking values from sheet 1 /////


    end sub


    where d is the sub routine for mail macro


    Thanks ,

    Amlan Dutta
    Attached Files Attached Files

+ 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