请高手帮忙指点下,这段代码是什么意思
SubCheck_Version()IfVal(Application.Version)<11ThenMsgBox"ThisprogramworksonlywithExc...
Sub Check_Version()
If Val(Application.Version) < 11 Then
MsgBox "This program works only with Excel 2003 or later"
ThisWorkbook.Close
End If
End Sub 展开
If Val(Application.Version) < 11 Then
MsgBox "This program works only with Excel 2003 or later"
ThisWorkbook.Close
End If
End Sub 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询