Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
guz guz is offline
external usenet poster
 
Posts: 10
Default send excel workbook as attachment to multiple users

How can I create an VBA macro so that I can email a sheet within a workbook
to multiple users
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default send excel workbook as attachment to multiple users

copy the sheet, then use sendmail. close the copy without saving

Activesheet.copy
Activeworkbook.SendMail Recipients:=Array("a@B","c@D"), Subject:="Open Me"
Activeworkbook.close Savechanges:=False

--
Regards,
Tom Ogilvy


"guz" wrote:

How can I create an VBA macro so that I can email a sheet within a workbook
to multiple users

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Send active workbook as attachment via hyperlink Keith Thompson Excel Worksheet Functions 4 November 7th 13 03:53 PM
Multiple users with Excel workbook A. Excel Discussion (Misc queries) 5 March 13th 08 11:17 AM
Send workbook automatically as attachment based on input from user Sony Excel Programming 6 October 3rd 06 02:41 PM
My send to in excel/word does not offer send as attachment Mstink Excel Discussion (Misc queries) 11 March 16th 06 02:49 PM
Send active workbook as attachment OTTO Excel Programming 4 June 5th 04 10:06 AM


All times are GMT +1. The time now is 08:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"