| ©«¤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# steven ½Æ»s¥N½XPrivate Sub CommandButton1_Click()
Dim D
Set D = CreateObject("Scripting.FileSystemObject")
For Each ob In Sheet1.OLEObjects
If ob.Name Like "ComboBox*" Then ob.Visible = False
Next
ActiveWorkbook.Save
D.CopyFile ActiveWorkbook.FullName, "D:\Test.xls"
Sheet1.OLEObjects.Visible = True
End Sub
 | 
 |