how to add a print tab or button in a cell

S

SimonJ

I’m wanting to add a print button on to a excel spreadsheet cell, so you
click on the cell (which would say PRINT ME) and the document prints out.
It’s for a spreadsheet at work. So they don’t have to click on file, print or
on the tab at the top of the screen………..Ya I know but the powers that be have
asked.

I’ve had a look on the net but cant find anything that’ll show me, Can
anyone help?
 
D

Dave Peterson

You could record a macro when you print what you want manually.

Then drag a button from the Froms toolbar onto that worksheet. And assign your
recorded macro to that button.
 
Top