- ©«¤l
- 4901
- ¥DÃD
- 44
- ºëµØ
- 24
- ¿n¤À
- 4916
- ÂI¦W
- 254
- §@·~¨t²Î
- Windows 7
- ³nÅ骩¥»
- Office 20xx
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥x¥_
- µù¥U®É¶¡
- 2010-4-30
- ³Ì«áµn¿ý
- 2024-11-23
|
¦^´_ 2# rick4615
- Sub ¥[¤J()
- With ¤u§@ªí1
- For i = 1 To 3
- Set a = .Range("A1").Offset(, i)
- With .OLEObjects.Add(ClassType:="Forms.CheckBox.1", Left:=.Cells(i, 1).Left, Top:=.Cells(i, 1).Top, Width:=100, Height:=20)
- .LinkedCell = a.Address
- .Object.Caption = i
- End With
- Next
- End With
- End Sub
- Sub §R°£()
- ActiveSheet.OLEObjects.Delete
- End Sub
- Sub ¸ê®Æ¿é¥X()
- With ¤u§@ªí1
- For i = 1 To .OLEObjects.Count
- If .OLEObjects(i).Object.Value Then
- Set a = Range(.OLEObjects(i).LinkedCell)
- MsgBox a.Offset(1).Value & Chr(10) & a.Offset(2).Value & Chr(10) & a.Offset(3).Value
- End If
- Next
- End With
- End Sub
½Æ»s¥N½X |
|