| ©«¤l4901 ¥DÃD44 ºëµØ24 ¿n¤À4916 ÂI¦W267  §@·~¨t²ÎWindows 7 ³nÅ骩¥»Office 20xx ¾\ŪÅv150 ©Ê§O¨k ¨Ó¦Û¥x¥_ µù¥U®É¶¡2010-4-30 ³Ì«áµn¿ý2025-10-31 
                
 | 
                
| ¦^´_ 1# sping thisworkbook¼Ò²Õ
 ½Æ»s¥N½XPrivate Sub Workbook_WindowActivate(ByVal Wn As Window)
   Dim sk As Office.CommandBarControl
    For Each sk In Application.CommandBars.FindControls(ID:=847)
        sk.Enabled = False
    Next sk
End Sub
Private Sub Workbook_WindowDeactivate(ByVal Wn As Window)
   Dim sk As Office.CommandBarControl
    For Each sk In Application.CommandBars.FindControls(ID:=847)
        sk.Enabled = True
    Next sk
End Sub
 | 
 |