Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default Print, Save or E-mail Button/Function

Hello,

We are wondering if there is a way to create a button to print,"save", or
email a formatted spreadsheet. For instance, we have created an order form
in Excel and would like to insert a button/function where user can simply
click on it then it will automatically print or email if an email
button/function is available.

Thank you in advance!
--Reiko
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Print, Save or E-mail Button/Function

Hi Reiko

Activesheet.printout

For mailing and saving see
http://www.rondebruin.nl/sendmail.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl



"David" wrote in message
...
Hello,

We are wondering if there is a way to create a button to "print","save",
or
"email" a formatted spreadsheet. For instance, we have created an order
form
in Excel and would like to insert a button/function where user can simply
click on it then it will automatically print or email if an email
button/function is available.

Thank you in advance!
--Reiko



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default Print, Save or E-mail Button/Function

Hi Ron,

Could you please walk me through how to set up the "activesheet.printout"?
Is it through the VBA module?

Thanks,
David

"Ron de Bruin" wrote:

Hi Reiko

Activesheet.printout

For mailing and saving see
http://www.rondebruin.nl/sendmail.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl



"David" wrote in message
...
Hello,

We are wondering if there is a way to create a button to "print","save",
or
"email" a formatted spreadsheet. For instance, we have created an order
form
in Excel and would like to insert a button/function where user can simply
click on it then it will automatically print or email if an email
button/function is available.

Thank you in advance!
--Reiko




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Print, Save or E-mail Button/Function

Hi David

1) Right click on a toolbar and select "Control toolbox" in the list
2)Add a button on your sheet
3)Double click on the button

You see this

Private Sub CommandButton1_Click()

End Sub

copy the line in the event like this

Private Sub CommandButton1_Click()
ActiveSheet.PrintOut
End Sub

4)Alt-q to close the editor
5)click on the first button of the Control toolbox named "Exit design mode"

More one liners you can find here
http://www.rondebruin.nl/print.htm#Print



--
Regards Ron de Bruin
http://www.rondebruin.nl



"David" wrote in message
...
Hi Ron,

Could you please walk me through how to set up the "activesheet.printout"?
Is it through the VBA module?

Thanks,
David

"Ron de Bruin" wrote:

Hi Reiko

Activesheet.printout

For mailing and saving see
http://www.rondebruin.nl/sendmail.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl



"David" wrote in message
...
Hello,

We are wondering if there is a way to create a button to
"print","save",
or
"email" a formatted spreadsheet. For instance, we have created an
order
form
in Excel and would like to insert a button/function where user can
simply
click on it then it will automatically print or email if an email
button/function is available.

Thank you in advance!
--Reiko






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
Command Button Save As Application.ExecuteExcel4Macro ("SAVE.AS?() Paul Dennis Excel Discussion (Misc queries) 5 September 18th 06 05:34 PM
NEED TO MAKE THE PRINT BUTTON FUNCTION IN WORKSHEET dlc-forbes Excel Worksheet Functions 2 April 9th 06 01:11 PM
how to get disk icon on save button of save as dialog like 2000 RichT Excel Discussion (Misc queries) 2 March 9th 06 08:13 PM
Print, Save or E-mail Button/Function David Excel Worksheet Functions 1 January 7th 05 08:04 PM
function to print to PDF and save PDF file mark kubicki Excel Programming 3 June 28th 04 12:07 PM


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