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


I have 3 optionbuttons on a form:

completed (Optionbutton1)

Rescheduled (Optionbutton2)

Cancelled (Optionbutton3)

I would like to display the status word on a cell I have designate
(i.e. when Optionbutton1 is selected and I press the ok button the wor
"Completed" appears on my designated cell)

How to make this work????

If OptionButton101.Value = True Then
the word "Completed" appears on my designated cell

I'm sure this is easy stuff... please help!

- Larry -
VBA Amateu

--
nrage2
-----------------------------------------------------------------------
nrage21's Profile: http://www.excelforum.com/member.php...nfo&userid=480
View this thread: http://www.excelforum.com/showthread.php?threadid=26443

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 134
Default OptionButton

I would assume this is on the change event.

If(Optionbutton1=True)then
worksheets("sheetname").range("A2").value2="comple ted"
end if

-----Original Message-----

I have 3 optionbuttons on a form:

completed (Optionbutton1)

Rescheduled (Optionbutton2)

Cancelled (Optionbutton3)

I would like to display the status word on a cell I have

designated
(i.e. when Optionbutton1 is selected and I press the ok

button the word
"Completed" appears on my designated cell)

How to make this work????

If OptionButton101.Value = True Then
the word "Completed" appears on my designated cell

I'm sure this is easy stuff... please help!

- Larry -
VBA Amateur


--
nrage21
---------------------------------------------------------

---------------
nrage21's Profile: http://www.excelforum.com/member.php?

action=getinfo&userid=4808
View this thread:

http://www.excelforum.com/showthread...hreadid=264438

.

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
Better Way to Use OptionButton [email protected] Excel Programming 0 September 1st 04 07:18 PM
Better Way to Use OptionButton [email protected] Excel Programming 4 September 1st 04 07:04 PM
which optionbutton is on Keyur Excel Programming 1 July 25th 04 05:49 AM
OptionButton problem Paul Excel Programming 1 June 14th 04 01:33 PM
optionbutton in userform Chico!! Excel Programming 0 June 1st 04 03:31 PM


All times are GMT +1. The time now is 08:25 PM.

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"