+ Reply to Thread
Results 1 to 2 of 2

Want to send individual tabs of a worksheet to different email addresses

  1. #1
    Registered User
    Join Date
    02-12-2013
    Location
    manchester
    MS-Off Ver
    Excel 2010
    Posts
    1

    Want to send individual tabs of a worksheet to different email addresses

    I Have a spreadsheet with 20 tabs I need to send each tab to a different email address.

    I have been copying and pasting and emailing manually every week this year.

    The individual tab names are cities (Liverpool, Manchester, London eg) and the email for each city branch remains constant each week Liverpool@, manchester@

    Can anyone think of a solution? Using Microsoft 2010
    Should i be looking at VBA and a macro based on the values

    Any help much appreciated

    Bill

  2. #2
    Valued Forum Contributor
    Join Date
    11-20-2012
    Location
    Seattle, WA USA
    MS-Off Ver
    Excel 2010
    Posts
    597

    Re: Want to send individual tabs of a worksheet to different email addresses

    you can write the macro to send to email address " & thistab & "@service.domain where thistab = the name of the tab using thistab = activesheet.name

    make the macro select sheets i where i = 1 to sheets.count

+ 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