lnxxnchzyl 发表于 2009-10-19 10:00:47

'移除VBA编码保护

'移除VBA编码保护
Private Function MoveProtect()
Dim FileName As String
FileName = Application.GetOpenFilename("Excel文件(*.xls), *.xls,Excel文件(*.xla), *.xla", , "VBA破解")
If FileName = False Then
   Exit Function
Else
   VBAPassword FileName, False
End If
End Function
页: [1]
查看完整版本: '移除VBA编码保护