LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default how can a create a print command button in excel


1) Right click on the unused part of your toolbar at the top of your
spreadsheet
and select Forms.
2 ) You will now see a Forms toolbar.
3) Click on the Button icon. (rectangular grey box).
4) Your mouse cursor on your spreadsheet will now turn to a cross.
5) Hold your mouse button down and drag it to form the button to the
size you want & then release.
6) When you release an 'Assign Macro' window will be displayed.
7) Click on 'New'.
This will take you to the Properties window where you will see two
commands already there.
They will be a Sub Button header which will be the name it has called
the macro button you have just generated, and an End Sub command.
Your print macro needs to be imbedded between these two commands.
If you leave off the 1st and last line of the program I sent you and
paste the rest between your two commands.
Your program should now begin with a Sub Button () looking command and
end with an End Sub.

What you need to do now is tailor my program to hide the cell range
that you dont want to print, and enter the cell range that you do want
to print.


--
grahammal
------------------------------------------------------------------------
grahammal's Profile: http://www.excelforum.com/member.php...o&userid=20336
View this thread: http://www.excelforum.com/showthread...hreadid=541549

 
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
how to create a command button, then assign macro to it in excel kshaheen Excel Discussion (Misc queries) 3 June 24th 08 01:03 PM
Create command button to print multiple worksheets in a excel file MarcoR Excel Discussion (Misc queries) 3 June 26th 06 07:07 PM
command button in excel will move when print. [email protected] Excel Discussion (Misc queries) 1 December 29th 04 03:53 PM
How do I setup a print command button in excel 2003 BigPunchy New Users to Excel 1 December 24th 04 11:54 PM
Why the command button in excel will move when print. TSH Excel Programming 1 November 24th 04 05:54 AM


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