Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Macro for Emailing a spreadsheet

Hi All
I have created an Excel workbook for my boss with forms and dropdowns etc.
He has decided that he wants a Button on the screen that will allow him to
E-Mail the completed form back to me when he has filled it in.
Is it possible to do this with a Macro from within Excel
Any advice, code, suggestions, etc, would be greatly appreciated.
Getting a new boss is not an option
--
Regards
Michael Mitchelson
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 95
Default Macro for Emailing a spreadsheet

Hi Michael,


He has decided that he wants a Button on the screen that

will allow him to
E-Mail the completed form back to me when he has filled

it in.
Is it possible to do this with a Macro from within Excel
Any advice, code, suggestions, etc, would be greatly

appreciated.

Try

Sheets("whatever").Range("whatever").Activate
Application.Dialogs(xlDialogSendMail).Show

Or Select and Activate the Form... it depends if he would
just send you the data or the complete layout withing the
worksheet...

Then you can connect that Macro with a button and voila!

Getting a new boss is not an option
--


WHY NOT??? :o)

Best regards

Markus

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Macro for Emailing a spreadsheet

Take a look at www.rondebruin.nl/sendmail.htm

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Michael" wrote in message
...
Hi All
I have created an Excel workbook for my boss with forms and dropdowns etc.
He has decided that he wants a Button on the screen that will allow him to
E-Mail the completed form back to me when he has filled it in.
Is it possible to do this with a Macro from within Excel
Any advice, code, suggestions, etc, would be greatly appreciated.
Getting a new boss is not an option
--
Regards
Michael Mitchelson



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Macro for Emailing a spreadsheet

Thanks guys
That is just what I needed. Thank you for a quick and efficient response.

Regards
Michael

"Michael" wrote:

Hi All
I have created an Excel workbook for my boss with forms and dropdowns etc.
He has decided that he wants a Button on the screen that will allow him to
E-Mail the completed form back to me when he has filled it in.
Is it possible to do this with a Macro from within Excel
Any advice, code, suggestions, etc, would be greatly appreciated.
Getting a new boss is not an option
--
Regards
Michael Mitchelson

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
emailing spreadsheet Kathy Excel Discussion (Misc queries) 0 July 29th 08 01:56 PM
Emailing a spreadsheet Chip Smith Excel Discussion (Misc queries) 1 June 7th 06 07:55 PM
Emailing my spreadsheet? andycharger[_37_] Excel Programming 3 June 24th 04 02:59 PM
Emailing my spreadsheet? andycharger[_38_] Excel Programming 0 June 24th 04 01:48 AM
emailing Spreadsheet? scott[_7_] Excel Programming 3 October 23rd 03 06:22 PM


All times are GMT +1. The time now is 02:11 AM.

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"