Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings all,
I'm having trouble with the following routine. If I run it as shown below, I get a runtime error 9, "Subscript out of range." If I change the "dim" statement to "Dim i(5) as Integer", I get a "type mismatch" error. Can anyone help me with this? Thanks! Jeff Sub DTRA() Dim i As Integer For i = 1 To 5 Workbooks("Test").Worksheets("Sheet2").Cells(i, 1) = _ Workbooks("Test").Worksheets("Sheet1").OLEObjects _ ("Optionbutton" & i).Object.Value Next i End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Visual Basic Error Run Time Error, Type Mismatch | Excel Discussion (Misc queries) | |||
xpath error? Runtime Error 13 type mismatch | Excel Discussion (Misc queries) | |||
xpath error? Runtime Error 13 type mismatch | Excel Discussion (Misc queries) | |||
type mismatch error | Excel Programming | |||
Befuddled with For Next Loop ------ Run - Time Error '13' Type Mismatch Error | Excel Programming |