#1   Report Post  
W M
 
Posts: n/a
Default Checkbox Resizing

Windows XP
Office XP

I wonder if there is a way to resize checkboxes in Excel? I want the square
checkbox to be bigger than the default size. Hope this is not a stupid
question!



  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

It's not, but it can't be done. See http://tinyurl.com/bfkdt for another
approach

--
HTH

Bob Phillips

"W M" wrote in message
...
Windows XP
Office XP

I wonder if there is a way to resize checkboxes in Excel? I want the

square
checkbox to be bigger than the default size. Hope this is not a stupid
question!





  #3   Report Post  
W M
 
Posts: n/a
Default

That is precisely what I needed, Bob. Thanks for sharing your knowledge and
help.


"Bob Phillips" wrote in message
...
It's not, but it can't be done. See http://tinyurl.com/bfkdt for another
approach

--
HTH

Bob Phillips

"W M" wrote in message
...
Windows XP
Office XP

I wonder if there is a way to resize checkboxes in Excel? I want the

square
checkbox to be bigger than the default size. Hope this is not a stupid
question!







  #4   Report Post  
W M
 
Posts: n/a
Default

Hi again Bob,

Your programming solution to resizing checkboxes is wonderful. Thus far, I
have not been able to make it work on merged cells, however. Is this
possible?


"Bob Phillips" wrote in message
...
It's not, but it can't be done. See http://tinyurl.com/bfkdt for another
approach

--
HTH

Bob Phillips

"W M" wrote in message
...
Windows XP
Office XP

I wonder if there is a way to resize checkboxes in Excel? I want the

square
checkbox to be bigger than the default size. Hope this is not a stupid
question!







  #5   Report Post  
Dave Peterson
 
Posts: n/a
Default

I'm not sure which version of Bob's code you're using, but there's a portion
that looks like:

With Target
If .Value = "a" Then
.Value = ""
Else
.Value = "a"
.Font.Name = "Marlett"
End If
End With

Change that top line to:
With Target.Cells(1)

To see if that helps.


W M wrote:

Hi again Bob,

Your programming solution to resizing checkboxes is wonderful. Thus far, I
have not been able to make it work on merged cells, however. Is this
possible?

"Bob Phillips" wrote in message
...
It's not, but it can't be done. See http://tinyurl.com/bfkdt for another
approach

--
HTH

Bob Phillips

"W M" wrote in message
...
Windows XP
Office XP

I wonder if there is a way to resize checkboxes in Excel? I want the

square
checkbox to be bigger than the default size. Hope this is not a stupid
question!






--

Dave Peterson


  #6   Report Post  
W M
 
Posts: n/a
Default

Thank you Dave, that did the trick, and I am much obliged to you.

I love these forums!


"Dave Peterson" wrote in message
...
I'm not sure which version of Bob's code you're using, but there's a

portion
that looks like:

With Target
If .Value = "a" Then
.Value = ""
Else
.Value = "a"
.Font.Name = "Marlett"
End If
End With

Change that top line to:
With Target.Cells(1)

To see if that helps.


W M wrote:

Hi again Bob,

Your programming solution to resizing checkboxes is wonderful. Thus far,

I
have not been able to make it work on merged cells, however. Is this
possible?

"Bob Phillips" wrote in message
...
It's not, but it can't be done. See http://tinyurl.com/bfkdt for

another
approach

--
HTH

Bob Phillips

"W M" wrote in message
...
Windows XP
Office XP

I wonder if there is a way to resize checkboxes in Excel? I want the
square
checkbox to be bigger than the default size. Hope this is not a

stupid
question!






--

Dave Peterson



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
copy many CHECKBOX Taha Elian Excel Discussion (Misc queries) 1 April 28th 05 06:06 PM
How do I make a checkbox bigger? DMD Excel Discussion (Misc queries) 2 April 7th 05 08:41 PM
Checkbox saturn586 Excel Worksheet Functions 1 March 14th 05 07:24 AM
Checkbox not part of cell. (???) Cells can move "underneath". (!!!) Thomas G. Marshall Excel Discussion (Misc queries) 4 December 18th 04 04:15 PM


All times are GMT +1. The time now is 04:25 AM.

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"