Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dlc-forbes
 
Posts: n/a
Default NEED TO MAKE THE PRINT BUTTON FUNCTION IN WORKSHEET

i am creating a workbook and want to put a print button on the top of each
page that functions, please help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
protonLeah
 
Posts: n/a
Default NEED TO MAKE THE PRINT BUTTON FUNCTION IN WORKSHEET


create the button and assign a macro:

"Worksheets("sheetx").Printout copies:=1"


--
protonLeah
------------------------------------------------------------------------
protonLeah's Profile: http://www.excelforum.com/member.php...o&userid=32097
View this thread: http://www.excelforum.com/showthread...hreadid=531247

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Paul B
 
Posts: n/a
Default NEED TO MAKE THE PRINT BUTTON FUNCTION IN WORKSHEET

dlc-forbes,

Sub print_sheet()
ActiveSheet.PrintOut Copies:=1
End Sub


To put in this macro, from your workbook right-click the workbook's icon and
pick View Code. This icon is to the left of the "File" menu this will open
the VBA editor, in Project Explorer click on your workbook name, if you
don't see it press CTRL + r to open the Project Explorer, then go to insert,
module, and paste the code in the window that opens on the right hand side,
press Alt and Q to close this window and go back to your workbook. To put
the button on your sheet, view, toolbars, forms, click on the button then
click on your sheet where you want the button, a box will come up to assign
a macro, pick print_sheet from the list, OK change the name on the
button if you want to, right click on it to do this. If you are using excel
2000 or newer you may have to
change the macro security settings to get the macro to run. To change the
security settings go to tools, macro, security, security level and set it to
medium


--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"dlc-forbes" wrote in message
...
i am creating a workbook and want to put a print button on the top of each
page that functions, please help



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
Is there a function to copy an entire worksheet? nickclingan Excel Worksheet Functions 3 December 23rd 05 03:23 PM
Is there any way to make buttons copy from one worksheet to anothe Emtsuj Excel Worksheet Functions 0 December 1st 05 09:40 PM
Worksheet Function - Find? DAA Excel Worksheet Functions 2 February 24th 05 04:15 PM
UDF and Calculation tree Ken Wright Links and Linking in Excel 1 February 6th 05 04:58 PM
command button in excel will move when print. [email protected] Excel Discussion (Misc queries) 1 December 29th 04 03:53 PM


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