Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.printing,microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Sending Excel file as attachment to Lotus Notes mail

I want to program in VBA at the press of a button to send the Excel
range selected as a workbook attachment to Lotus Notes users.

Thanks
Simon
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Sending Excel file as attachment to Lotus Notes mail

I think that you'll have to save the range as a workbook
and then send the workbook.

To save the activeworkbook you can use:
ActiveWorkbook.SaveAs Filename:="SendRange.xls", _
FileFormat:=xlNormal, Password:="", _
WriteResPassword:="", ReadOnlyRecommended:=False, _
CreateBackup:=False

To send the active workbook:
ActiveWorkbook.SendMail _
", _
Subject:="Selected Range"

-----Original Message-----
I want to program in VBA at the press of a button to

send the Excel
range selected as a workbook attachment to Lotus Notes

users.

Thanks
Simon
.

  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.printing,microsoft.public.excel.programming
external usenet poster
 
Posts: 85
Default Sending Excel file as attachment to Lotus Notes mail

Simon,
Check out

http://groups.google.com/groups?hl=n...llglob al.com

Note: This topic has been discussed at least twice in the last year. You
might want to do a google search on newsgroups to find answers!

Alex J

"Simon Lenn" wrote in message
m...
I want to program in VBA at the press of a button to send the Excel
range selected as a workbook attachment to Lotus Notes users.

Thanks
Simon



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
Sending Excel Worksheet in 2007 to Lotus Notes Valerie Setting up and Configuration of Excel 1 May 20th 08 02:24 PM
Sending e-mail with Lotus Notes pressing an excel button AndyOne Excel Discussion (Misc queries) 0 June 1st 05 09:29 PM
Unable to CC more than one recipient when sending a Lotus Notes mail from Excel Dion McKnight Excel Programming 0 December 4th 03 12:39 PM
Sending Excel sheet by Lotus Notes Will[_5_] Excel Programming 0 August 12th 03 12:19 PM
Sending Email using Lotus Notes Bob[_26_] Excel Programming 1 July 29th 03 07:31 PM


All times are GMT +1. The time now is 02:03 PM.

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"