PC Review


Reply
Thread Tools Rate Thread

Adding button to worksheet

 
 
Bremser
Guest
Posts: n/a
 
      12th Mar 2008
I'm trying to simply add a selection button next to each of 3 options on a
proposal form. Each button should toggle between 'selected' and 'not
selected' status. I want to user to be able to click on the button next to
their preferred option to indicate their choice.

Thanks in advance for your help.
 
Reply With Quote
 
 
 
 
reklamo
Guest
Posts: n/a
 
      13th Mar 2008
Hi Bremser

Use the Toolbar "Forms". First insert a Groupbox, as large as needed to
insert 3 option buttons. Then add 3 option buttons in the area of the
groupbox.
When you run a macro use following for each option button:
If ActiveSheet.OptionButtons("OptionButton 1").Value = xlOn Then

regards
reklamo


"Bremser" wrote:

> I'm trying to simply add a selection button next to each of 3 options on a
> proposal form. Each button should toggle between 'selected' and 'not
> selected' status. I want to user to be able to click on the button next to
> their preferred option to indicate their choice.
>
> Thanks in advance for your help.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding button to worksheet to refresh pivot table data =?Utf-8?B?Um9u?= Microsoft Excel Worksheet Functions 1 11th Oct 2007 12:13 PM
Adding a button to run a macro to the worksheet Bruce Microsoft Excel Programming 1 14th Nov 2006 09:23 AM
Adding Macro to Button on WOrksheet Barb Reinhardt Microsoft Excel Misc 1 21st Jan 2006 02:29 PM
Adding tool tip to worksheet button =?Utf-8?B?U3VlSkI=?= Microsoft Excel Programming 6 9th Dec 2004 08:07 PM
Adding a command button to my Excel worksheet bishy Microsoft Excel Programming 5 17th Mar 2004 07:22 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:26 AM.