- ©«¤l
- 5923
- ¥DÃD
- 13
- ºëµØ
- 1
- ¿n¤À
- 5986
- ÂI¦W
- 0
- §@·~¨t²Î
- win10
- ³nÅ骩¥»
- Office 2010
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥xÆW°ò¶©
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2022-1-23
|
¦^´_ 1# julianwic - Option Explicit
- Sub Ex()
- With ActiveSheet '§@¥Î¤¤ªº¤u§@ªí
- .Unprotect
- .Range("A1:B10").Locked = False
- .Protect 'DrawingObjects:=True, Contents:=True, Scenarios:=True
- .EnableSelection = xlUnlockedCells '¤u§@ªí¤W,¨S¤WÂêÀx¦s®æ¥i¿ï
- '.EnableSelection = xlNoSelection '¤u§@ªí¤WªºÀx¦s®æ¤£¥i¿ïªº
- '.EnableSelection = xlNoRestrictions '¤£¨î
- End With
- End Sub
½Æ»s¥N½X |
|