Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 90
Default how do I set a button in a sprdsheet to email that sprdsheet to me

I am writing a website. I have a link that opens an Excell spreadsheet. I
need the user to be able to enter some data and click a button field with a
hyperlink that will email the entire worksheet to me
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 118
Default how do I set a button in a sprdsheet to email that sprdsheet to me

Hi Chuck

I use this code for sending an E-Mailed sheet to me.

Sub Email()
ActiveWorkbook.SendMail "E-mail Name"
MsgBox "This completed form has been sent to name"
End Sub

You can then put a button on the screen and assign this macro to it.

Regards
Michael M

"chuck" wrote:

I am writing a website. I have a link that opens an Excell spreadsheet. I
need the user to be able to enter some data and click a button field with a
hyperlink that will email the entire worksheet to me

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
I need to be able to count the no. of times a sprdsheet is opened Melvin P Excel Discussion (Misc queries) 2 January 22nd 07 11:16 AM
Email button??? hogiejax Excel Worksheet Functions 5 June 24th 06 08:30 PM
Button to email my spreadsheet hays4 Excel Discussion (Misc queries) 2 November 4th 05 12:57 PM
Email button within Excel 525047 Excel Worksheet Functions 1 September 8th 05 05:35 PM
I have user defined functions in sprdsheet. I want to put sprdsh. hjyoungii Excel Worksheet Functions 4 April 1st 05 10:48 PM


All times are GMT +1. The time now is 08:30 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"