Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
iM TRYING TO INSERT A PRINT FUNCTION IN AN EXCEL SPREADSHEET SO THAT WHEN
CLICKING CELL IT WILL AUTOMATICALLY PRINT THE SHEET. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
select tools--macro--record a macro,
when asked for the macro name type: Print under "Store in" select "This workbook" click ok perform the print operation, select tools--macro--stop recording select view--toolbars--control toolbox click the design button (green triangle) click the command button icon click somewhere on your sheet, hold and drag to the right and down to create a button right click in the new button and from the context menu select 'view code' between the lines "private sub" and "end sub" type the name of your macro which was 'Print' close the VBA window on your sheet click the design button click the new button to test it. Hans |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to add a print tab or button in a cell | Excel Discussion (Misc queries) | |||
Insert Row before Macro Button | Excel Discussion (Misc queries) | |||
Insert comment in protected worksheet | Excel Worksheet Functions | |||
Insert worksheet | Excel Worksheet Functions | |||
print a specific area within a worksheet by clicking on print? | Excel Worksheet Functions |