|
|
Subject:
Create a print button in Excel 2002 worksheet.
Category: Computers > Software Asked by: xomanofwar-ga List Price: $5.00 |
Posted:
05 Jun 2005 01:55 PDT
Expires: 05 Jun 2005 13:31 PDT Question ID: 529483 |
In Excel 2002, how do I create a button in my worksheet that will print a different worksheet in the file? |
|
There is no answer at this time. |
|
Subject:
Re: Create a print button in Excel 2002 worksheet.
From: omarkhanmr-ga on 05 Jun 2005 07:14 PDT |
Here's a comment view toolbars control box Click CommandButton Drag to size Right click view code Enter Private Sub CommandButton1_Click() Sheets("Sheet2").Select ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True End Sub Sheet2 being the name of the tab |
Subject:
Re: Create a print button in Excel 2002 worksheet.
From: xomanofwar-ga on 05 Jun 2005 09:42 PDT |
Hello omarkhanmr-ga, Your suggestion worked well. I'm curious if there is an easy way to specify the area on the sheet to be printed. Also, how do I wrap up this Google Answers Question since my question is answered now? |
Subject:
Re: Create a print button in Excel 2002 worksheet.
From: myexpertsonline-ga on 05 Jun 2005 10:07 PDT |
Not all comments are posted by Google researchers. I think omarkhanmr is not a Google researcher. Hence, your answer is free. I think you can just "expire" it or "close it". Also, you don't have to use a command button to create a macro button. I find it much easier to just draw a textbox from the Drawing toolbar, and right-click it and hit Assign Macro and choose the macro. :) You can also record many macros. Here's how: http://www.officearticles.com/excel/record_a_macro_in_microsoft_excel.htm |
Subject:
Re: Create a print button in Excel 2002 worksheet.
From: nenna-ga on 05 Jun 2005 12:39 PDT |
It seems one of the members of the site answered your question before a reseacher could. You may want to expire or cancel your question since it has already been answered. You may still be charged the .50 cent listing fee. Nenna-GA Google Answers Researcher |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |