Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() It's got to be an obvious mistake, but I'm having trouble with the following code: Code: -------------------- Private Sub cmdInventory_Click() Dim selOpt As OptionButton Dim studyName As String Set selOpt = ActiveSheet.OptionButtons(Application.Caller) If selOpt.Value = True Then studyName = selOpt.Name MsgBox studyName End If End Sub -------------------- Execution from the worksheet yields a: "Run-time error '1004': Unable to get the OptionButtons property of the Worksheet class" Execution from the VBA editor yields a: "Run-time error '1004': Application-defined or object-defined error" What syntax have I goofed?? The examples I have use the above syntax, but I can't seem to get them to go either... -- Ouka ------------------------------------------------------------------------ Ouka's Profile: http://www.excelforum.com/member.php...o&userid=23988 View this thread: http://www.excelforum.com/showthread...hreadid=502311 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application.Caller | Excel Discussion (Misc queries) | |||
Row = Application.Caller.Row | Excel Worksheet Functions | |||
Application.Caller | Excel Programming | |||
application.caller | Excel Programming | |||
Application.caller | Excel Programming |