Option Button FaceID in a custom commandbar

A

atpgroups

I have created a custom command bar, and inserted a pair of option
buttons from the forms toolbox.

They link to Macros in my code exactly as you would expect.

The problem is that I can't figure out how to change the filled dot to
an empty dot, ie how to indicate a deselected option.
The controls has a .Status property which can be set to msoButtonUp
and msoButtonDown, but that isn't actually what I want.

I have looked through all 5000 FaceIDs looking for an empty option
button, but can't find it (the idea being to toggle the control FaceID
through 2 different values). I am beginning to think that it's done
some other way, but none of the properties look likely, and the online
help seems to be silent on the subject. I have tried Google to no
avail too.

I can make do with toggling between FaceIDs 1086 and 1087 (green tick,
red cross) but that isn't quite the emphasis I want to place on the
options.

I tried putting a Forms Toolbox option button in the worksheet and
looking at it's FaceID, but couldn't even find a FaceID in the watch
window. , so that was a dead-end too.

What am I missing?
 
J

Jim Cone

You stopped looking too soon. <g>
Excel 2002 provides faceID 6083 which could be what you want.
--
Jim Cone
Portland, Oregon USA
http://www.realezsites.com/bus/primitivesoftware
Excel Add-ins - "Display FaceIDs" available upon request (free)



"atpgroups" <[email protected]>
wrote in message
I have created a custom command bar, and inserted a pair of option
buttons from the forms toolbox.

They link to Macros in my code exactly as you would expect.

The problem is that I can't figure out how to change the filled dot to
an empty dot, ie how to indicate a deselected option.
The controls has a .Status property which can be set to msoButtonUp
and msoButtonDown, but that isn't actually what I want.

I have looked through all 5000 FaceIDs looking for an empty option
button, but can't find it (the idea being to toggle the control FaceID
through 2 different values). I am beginning to think that it's done
some other way, but none of the properties look likely, and the online
help seems to be silent on the subject. I have tried Google to no
avail too.

I can make do with toggling between FaceIDs 1086 and 1087 (green tick,
red cross) but that isn't quite the emphasis I want to place on the
options.

I tried putting a Forms Toolbox option button in the worksheet and
looking at it's FaceID, but couldn't even find a FaceID in the watch
window. , so that was a dead-end too.

What am I missing?
 

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