- ©«¤l
- 2842
- ¥DÃD
- 10
- ºëµØ
- 0
- ¿n¤À
- 2898
- ÂI¦W
- 0
- §@·~¨t²Î
- ¡e²¤¡f
- ³nÅ骩¥»
- ¡e²¤¡f
- ¾\ŪÅv
- 100
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¡e²¤¡f
- µù¥U®É¶¡
- 2013-5-13
- ³Ì«áµn¿ý
- 2025-4-28
|
Sub TEST()
For x = 1 To ActiveSheet.CheckBoxes.Count
¡@¡@With ActiveSheet.CheckBoxes(x)
¡@¡@¡@¡@.Top = Cells(x, "I").Top
¡@¡@¡@¡@.Left = Cells(x, "I").Left
¡@¡@¡@¡@.Height = Cells(x, "I").Height
¡@¡@¡@¡@.Width = Cells(x, "I").Width
¡@¡@End With
Next
End Sub
¡@
¡@ |
|