Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default x in checkbox

Hello
Is it possible to have a x when the checkbox is on and not a "v"


I use Excel 2003

thanks


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,071
Default x in checkbox

It's a checkmark not a vee. The right part is longer than the left.

And, no, I don't think it can be changed back to a 'x'.

Personally, I've never been happy with 'x' since I can never be sure if
the person means 'x' as in select this or 'x' as in discard this and
select the other one.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...
Hello
Is it possible to have a x when the checkbox is on and not a "v"


I use Excel 2003

thanks



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 747
Default x in checkbox

A solution that may be acceptable is to set it up so that the worksheet cells
act like check boxes using the Selection_Change event except that it toggles
an "X" instead of a checkmark (You can rig it to toggle checkmarks also).
Alternatively, place transparent rectangles over the cells and assign a macro
to each that toggles the text of the underlying cell. You need only one macro
to handle this irrespective of the number of rectangles.

The former technique is especially useful when you will be doing a log of
editing since there is essentially no maintenance required if you increase of
decrease the size of the list. I actually prefer either of the above over
using check boxes because of the superior text capability of worksheet cells
as well as there being no size restriction.

Regards,
Greg



"starfighter61" wrote:

Hello
Is it possible to have a x when the checkbox is on and not a "v"


I use Excel 2003

thanks


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 703
Default x in checkbox

That's a slick idea!

"Greg Wilson" wrote:

A solution that may be acceptable is to set it up so that the worksheet cells
act like check boxes using the Selection_Change event except that it toggles
an "X" instead of a checkmark (You can rig it to toggle checkmarks also).
Alternatively, place transparent rectangles over the cells and assign a macro
to each that toggles the text of the underlying cell. You need only one macro
to handle this irrespective of the number of rectangles.

The former technique is especially useful when you will be doing a log of
editing since there is essentially no maintenance required if you increase of
decrease the size of the list. I actually prefer either of the above over
using check boxes because of the superior text capability of worksheet cells
as well as there being no size restriction.

Regards,
Greg



"starfighter61" wrote:

Hello
Is it possible to have a x when the checkbox is on and not a "v"


I use Excel 2003

thanks


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
checkbox Sandee Excel Discussion (Misc queries) 1 April 17th 08 04:43 PM
How to have Checkbox A uncheck with checked Checkbox B Texas Aggie Excel Discussion (Misc queries) 3 July 20th 07 10:58 PM
Checkbox Thomp New Users to Excel 1 February 8th 07 12:19 AM
checkbox Chas Excel Worksheet Functions 2 May 13th 05 10:37 PM
checkbox mark Excel Programming 1 August 1st 03 09:47 PM


All times are GMT +1. The time now is 11:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"