- ©«¤l
- 1572
- ¥DÃD
- 16
- ºëµØ
- 2
- ¿n¤À
- 1521
- ÂI¦W
- 0
- §@·~¨t²Î
- xp
- ³nÅ骩¥»
- office 2003
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2016-1-13

|
Sub yy()
Dim o As OLEObject, c%
For Each o In Me.OLEObjects
If o.Name Like "OptionButton" & "*" Then
If o.Object.Value = True Then
c = Replace(o.Name, "OptionButton", "")
Cells(1, 2).Value = Cells(c, 2): Exit For
End If
End If
Next
End Sub
³o¼Ë´N¬O°j°é¡A¦ý§A¥²¶·°õ¦æ³oÓµ{¦¡¦Ó¤£¬OÂIÀ»OptionButton«á¦Û°Ê°õ¦æ¡I |
|