Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Command Buttons and not Printing Them


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?


--
FCC
------------------------------------------------------------------------
FCC's Profile: http://www.excelforum.com/member.php...o&userid=35888
View this thread: http://www.excelforum.com/showthread...hreadid=558277

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Command Buttons and not Printing Them


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


--
mudraker
------------------------------------------------------------------------
mudraker's Profile: http://www.excelforum.com/member.php...fo&userid=2473
View this thread: http://www.excelforum.com/showthread...hreadid=558277

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Command Buttons and not Printing Them

Right click the button, Format ControlProperties, deselect Print Object.

NickHK

"FCC" wrote in message
...

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?


--
FCC
------------------------------------------------------------------------
FCC's Profile:

http://www.excelforum.com/member.php...o&userid=35888
View this thread: http://www.excelforum.com/showthread...hreadid=558277



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 49
Default Command Buttons and not Printing Them

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

"FCC" wrote in message
...

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?


--
FCC
------------------------------------------------------------------------
FCC's Profile:
http://www.excelforum.com/member.php...o&userid=35888
View this thread: http://www.excelforum.com/showthread...hreadid=558277



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Command Buttons and not Printing Them


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


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=558277



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 49
Default Command Buttons and not Printing Them

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

"FCC" wrote in message
...

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?


--
FCC
------------------------------------------------------------------------
FCC's Profile:
http://www.excelforum.com/member.php...o&userid=35888
View this thread: http://www.excelforum.com/showthread...hreadid=558277



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,073
Default Command Buttons and not Printing Them

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

  #8   Report Post  
Posted to microsoft.public.excel.programming
RaY RaY is offline
external usenet poster
 
Posts: 164
Default Command Buttons and not Printing Them

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

"Ken Johnson" wrote:

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


  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 47
Default Command Buttons and not Printing Them

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

"Ray" wrote:

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

"Ken Johnson" wrote:

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


Reply
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
Command Buttons msals22 Excel Discussion (Misc queries) 1 June 22nd 06 01:33 AM
Why do command buttons shift when i am printing my files? Sandeep Excel Programming 2 April 17th 06 10:56 PM
Why do command buttons shift when i am printing my files? Tom Ogilvy Excel Programming 0 April 17th 06 09:30 PM
Command buttons Russell Stevenson Excel Programming 3 November 12th 03 02:57 AM
Control Buttons vs. Command Buttons Robert Gibson Excel Programming 1 October 13th 03 04:33 PM


All times are GMT +1. The time now is 07:01 PM.

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"