Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Sub ShowForm() Dim Button As String frmPricing_Options_UserForm.Show If Button = "EVAL" Then Range("A1").Select Else Range("C1").Select End If End Sub Private Sub optEval_Prices_Click() Button = "EVAL" Unload Me End Sub Private Sub optBid_Prices_Click() Button = "BID" Unload Me End Sub When the macro is executed, Cell C1 is selected even when the EVA Option Button is clicked. Thanks again, Chuckles12 -- Chuckles12 ----------------------------------------------------------------------- Chuckles123's Profile: http://www.excelforum.com/member.php...fo&userid=1494 View this thread: http://www.excelforum.com/showthread.php?threadid=26787 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
#N/A Replacement | Excel Discussion (Misc queries) | |||
MsgBox Replacement w/ an UserForm | Excel Programming | |||
MsgBox Replacement w/ an UserForm | Excel Programming | |||
MsgBox Replacement w/ an UserForm | Excel Programming | |||
MsgBox Replacement w/ an UserForm | Excel Programming |