Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default make email add forward the work sheet


hi
how do i make email add forward the work sheet.
i hav added a hypolink the the email add but i need it to forward the
page to the email add as a att if possible?
any ideas?
cheers toecutter


--
toecutter
------------------------------------------------------------------------
toecutter's Profile: http://www.excelforum.com/member.php...o&userid=27545
View this thread: http://www.excelforum.com/showthread...hreadid=470710

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default make email add forward the work sheet


found this in a earlyer post

Sub SendOneSheet()

Dim olApp As Outlook.Application
Dim olMail As MailItem

Set olApp = New Outlook.Application
Set olMail = olApp.CreateItem(olMailItem)

ThisWorkbook.Sheets(2).Copy

ActiveWorkbook.SaveAs ThisWorkbook.Path & "\" & _
"Order.xls"

With olMail
..Recipients.Add "
..Subject = "That one sheet"
..Body = "Here you go" & vbCrLf
..Attachments.Add ActiveWorkbook.Order.xls
..Display
End With

ActiveWorkbook.Close False

Kill ThisWorkbook.Path & "\" & "Sheet2.xls"

Set olMail = Nothing
Set olApp = Nothing

End Sub

but dos not work for me?
what am i doing wrong?
pls help
toecutter


--
toecutter
------------------------------------------------------------------------
toecutter's Profile: http://www.excelforum.com/member.php...o&userid=27545
View this thread: http://www.excelforum.com/showthread...hreadid=470710

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default make email add forward the work sheet


toecutter Wrote:
hi
how do i make email add forward the work sheet.
i hav added a hypolink the the email add but i need it to forward the
page to the email add as a att if possible?
any ideas?
cheers toecutter



i carnt belive no one nose how to do this.
i thought it would be simple for an exsperienced person:(


--
toecutter
------------------------------------------------------------------------
toecutter's Profile: http://www.excelforum.com/member.php...o&userid=27545
View this thread: http://www.excelforum.com/showthread...hreadid=470710

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
Automatic Email forward error PSM[_7_] Excel Worksheet Functions 3 March 11th 09 02:18 PM
How do I make the email icon work in excel and word 2007? Oiram Norim New Users to Excel 2 January 23rd 08 09:04 AM
Hyperlink changes when I email work sheet how do I prevent this? DJ Excel Worksheet Functions 1 November 2nd 07 06:44 PM
How do I set up a macro to forward an Excel Spreadsheet via email John Excel Discussion (Misc queries) 0 August 17th 05 08:41 PM
Spin button in a work sheet - how do I make it work? [email protected] Excel Worksheet Functions 1 April 7th 05 08:43 PM


All times are GMT +1. The time now is 06:48 PM.

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

About Us

"It's about Microsoft Excel"