Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 371
Default Option Buttons and colors

Hi

I posted this in the developers ng without response.

Anyone know what the centre or click areas of Option Buttons or CheckBoxes
are called and how they can be addressed?

This is in the context of changing the backcolors of other controls such as
textboxes. These click areas seem to remain the same color as the
application colors set for Excel in the Display Panel and sometimes stand out
like a sore thumb against the rest of a form.

T.I.A.

Geoff

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default Option Buttons and colors

If you use controls from the Control Toolbox you can set the backcolor
property

--
HTH

Bob Phillips

"Geoff" wrote in message
...
Hi

I posted this in the developers ng without response.

Anyone know what the centre or click areas of Option Buttons or CheckBoxes
are called and how they can be addressed?

This is in the context of changing the backcolors of other controls such

as
textboxes. These click areas seem to remain the same color as the
application colors set for Excel in the Display Panel and sometimes stand

out
like a sore thumb against the rest of a form.

T.I.A.

Geoff



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 371
Default Option Buttons and colors

Hi Bob and RB Smissaert
Backcolor only addresses the area surrounding the click area, in other words
where the text for the control is, as far as i can tell. Please tell me if i
am wrong. I am trying to address the area where the black point or tick
appears when clicked.

Geoff

"Bob Phillips" wrote:

If you use controls from the Control Toolbox you can set the backcolor
property

--
HTH

Bob Phillips

"Geoff" wrote in message
...
Hi

I posted this in the developers ng without response.

Anyone know what the centre or click areas of Option Buttons or CheckBoxes
are called and how they can be addressed?

This is in the context of changing the backcolors of other controls such

as
textboxes. These click areas seem to remain the same color as the
application colors set for Excel in the Display Panel and sometimes stand

out
like a sore thumb against the rest of a form.

T.I.A.

Geoff




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default Option Buttons and colors

No, you are not wrong, but I don't think that its exposed to VBA.

--
HTH

Bob Phillips

"Geoff" wrote in message
...
Hi Bob and RB Smissaert
Backcolor only addresses the area surrounding the click area, in other

words
where the text for the control is, as far as i can tell. Please tell me

if i
am wrong. I am trying to address the area where the black point or tick
appears when clicked.

Geoff

"Bob Phillips" wrote:

If you use controls from the Control Toolbox you can set the backcolor
property

--
HTH

Bob Phillips

"Geoff" wrote in message
...
Hi

I posted this in the developers ng without response.

Anyone know what the centre or click areas of Option Buttons or

CheckBoxes
are called and how they can be addressed?

This is in the context of changing the backcolors of other controls

such
as
textboxes. These click areas seem to remain the same color as the
application colors set for Excel in the Display Panel and sometimes

stand
out
like a sore thumb against the rest of a form.

T.I.A.

Geoff






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default Option Buttons and colors

Looks you are right there.
I thought there was a way to alter the color of the circle itself, but can't
see it now.
Maybe you could simulate option buttons with small text boxes.

RBS


"Geoff" wrote in message
...
Hi Bob and RB Smissaert
Backcolor only addresses the area surrounding the click area, in other
words
where the text for the control is, as far as i can tell. Please tell me
if i
am wrong. I am trying to address the area where the black point or tick
appears when clicked.

Geoff

"Bob Phillips" wrote:

If you use controls from the Control Toolbox you can set the backcolor
property

--
HTH

Bob Phillips

"Geoff" wrote in message
...
Hi

I posted this in the developers ng without response.

Anyone know what the centre or click areas of Option Buttons or
CheckBoxes
are called and how they can be addressed?

This is in the context of changing the backcolors of other controls
such

as
textboxes. These click areas seem to remain the same color as the
application colors set for Excel in the Display Panel and sometimes
stand

out
like a sore thumb against the rest of a form.

T.I.A.

Geoff







  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 371
Default Option Buttons and colors

Hi RBS and Bob
Wayyyyyy back i thought i had seen a piece that did something like that but
with a command button overlay and used zorder but for the life of me i cannot
find it anymore. In the meantime i just hoped some smart person may well
have got a simpler workaround.

Thanks to you and Bob for the comments. To Bob a second no no from MS today
re palette colors as well :) :)

Geoff

"RB Smissaert" wrote:

Looks you are right there.
I thought there was a way to alter the color of the circle itself, but can't
see it now.
Maybe you could simulate option buttons with small text boxes.

RBS


"Geoff" wrote in message
...
Hi Bob and RB Smissaert
Backcolor only addresses the area surrounding the click area, in other
words
where the text for the control is, as far as i can tell. Please tell me
if i
am wrong. I am trying to address the area where the black point or tick
appears when clicked.

Geoff

"Bob Phillips" wrote:

If you use controls from the Control Toolbox you can set the backcolor
property

--
HTH

Bob Phillips

"Geoff" wrote in message
...
Hi

I posted this in the developers ng without response.

Anyone know what the centre or click areas of Option Buttons or
CheckBoxes
are called and how they can be addressed?

This is in the context of changing the backcolors of other controls
such
as
textboxes. These click areas seem to remain the same color as the
application colors set for Excel in the Display Panel and sometimes
stand
out
like a sore thumb against the rest of a form.

T.I.A.

Geoff






  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default Option Buttons and colors

Sorry to be such a merchant of gloom :-(

Bob

"Geoff" wrote in message
...
Hi RBS and Bob
Wayyyyyy back i thought i had seen a piece that did something like that

but
with a command button overlay and used zorder but for the life of me i

cannot
find it anymore. In the meantime i just hoped some smart person may well
have got a simpler workaround.

Thanks to you and Bob for the comments. To Bob a second no no from MS

today
re palette colors as well :) :)

Geoff

"RB Smissaert" wrote:

Looks you are right there.
I thought there was a way to alter the color of the circle itself, but

can't
see it now.
Maybe you could simulate option buttons with small text boxes.

RBS


"Geoff" wrote in message
...
Hi Bob and RB Smissaert
Backcolor only addresses the area surrounding the click area, in other
words
where the text for the control is, as far as i can tell. Please tell

me
if i
am wrong. I am trying to address the area where the black point or

tick
appears when clicked.

Geoff

"Bob Phillips" wrote:

If you use controls from the Control Toolbox you can set the

backcolor
property

--
HTH

Bob Phillips

"Geoff" wrote in message
...
Hi

I posted this in the developers ng without response.

Anyone know what the centre or click areas of Option Buttons or
CheckBoxes
are called and how they can be addressed?

This is in the context of changing the backcolors of other controls
such
as
textboxes. These click areas seem to remain the same color as the
application colors set for Excel in the Display Panel and sometimes
stand
out
like a sore thumb against the rest of a form.

T.I.A.

Geoff








  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default Option Buttons and colors

How about properties, BackColor?

RBS


"Geoff" wrote in message
...
Hi

I posted this in the developers ng without response.

Anyone know what the centre or click areas of Option Buttons or CheckBoxes
are called and how they can be addressed?

This is in the context of changing the backcolors of other controls such
as
textboxes. These click areas seem to remain the same color as the
application colors set for Excel in the Display Panel and sometimes stand
out
like a sore thumb against the rest of a form.

T.I.A.

Geoff


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
Option Buttons/Radio Buttons John Calder New Users to Excel 7 May 16th 08 03:51 AM
Have more textcolor/fill buttons available for different colors nelfen Excel Discussion (Misc queries) 1 December 16th 05 12:44 PM
Option Buttons Mike Rogers Excel Discussion (Misc queries) 2 November 21st 05 07:33 PM
Navigating between option buttons is not selecting the option drhalter Excel Programming 1 June 3rd 05 02:28 PM
Navigating between option buttons is not selecting the option Gixxer_J_97[_2_] Excel Programming 4 June 2nd 05 02:50 PM


All times are GMT +1. The time now is 09:39 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"