Command Buttons and not Printing Them

F

FCC

Hello,

I have on one of my spreadsheets a command button which the users can
press to bring up a userform to enter information. Once the user does
all this stuff, they can press print to print the spreadsheet. The
problem with this is it also prints the command button.

Is there anyway I make it so that the printer doesn't print out the
command button too?
 
M

mudraker

For Control toolbox buttons

Right click on button
Select properties
Change PrintObject setting to False


For Forms buttons
Right click on button
Select Format Control
Select properties
Remove Tick from Print Object
 
N

NickHK

Right click the button, Format Control>Properties, deselect Print Object.

NickHK
 
T

Tim Marsh

A question I can answer - wow!

if you right click on the button (in edit mode) and choose properties in the
short-cut menu, you'll see a property called 'Print Object'... set it to
false.

hth,

Tim
 
L

Leith Ross

Hello FCC,

If your command button is a Control Toolbox type, you need to activate
design mode. Right click the control and select Format Control... from
the popup menu. Click the Properties tab and click the Print Object
Checkbox to clear it if it is set.

Sincerely,
Leith Ross
 
T

Tim Marsh

right click the button, choose 'Format Control' and the option is on the
'Properties' tab
 
K

Ken Johnson

Hi FCC,

Go View|Toolbars...check "Control Toolbox"
On the Control Toolbox make sure the "Design Mode" button is on.
Right click the Command Button|select Format Control| click the
Properties tab|deselect "Print object"|OK|Turn off Design Mode on the
Control Toolbox.

Ken Johnson
 
G

Guest

Is there anyway to do this for all buttons in a workbook, without having to
go into EVERY Properties box? A macro or something....?

thanks, ray
 
G

Guest

In case you are still looking for this: you can hold the Ctrl key down and
click each object to select all the ones to change; then set PrintObject to
False or deselect the Print object check box whichever is appropriate.
Jack
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top