Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am creating a spreadsheet for some unsophisticated users and would like to
have them select a range and then just click on a "print" button. I assume I need to create a macro and embed it in the button. Could use some help with that, as well. Thanks! |
#2
![]() |
|||
|
|||
![]()
Add this code to the button click event
Selection.Printout this will print the currently selected cells on the active sheet. "Dan" wrote in message ... I am creating a spreadsheet for some unsophisticated users and would like to have them select a range and then just click on a "print" button. I assume I need to create a macro and embed it in the button. Could use some help with that, as well. Thanks! |
#3
![]() |
|||
|
|||
![]()
unsophisticated creators would do that
sub printit range("a2:b22").printout end sub -- Don Guillett SalesAid Software "Dan" wrote in message ... I am creating a spreadsheet for some unsophisticated users and would like to have them select a range and then just click on a "print" button. I assume I need to create a macro and embed it in the button. Could use some help with that, as well. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a command button to jump from sheet to sheet in a. | Excel Worksheet Functions | |||
Can I create a cell that will count by one every time I print the. | Excel Worksheet Functions | |||
button to print | New Users to Excel | |||
command button in excel will move when print. | Excel Discussion (Misc queries) | |||
How do I setup a print command button in excel 2003 | New Users to Excel |