?
=?gb2312?B?Q2FjdHVzIFvPycjLx/Jd?=
I just want to define a name of worksheet.
for replace below Function.
Public Function Between(Num As Long, Min As Long, Max As Long) As Boolean
If (Num >= Min) And (Num <= Max) Then
Between = True
End If
End Function
for replace below Function.
Public Function Between(Num As Long, Min As Long, Max As Long) As Boolean
If (Num >= Min) And (Num <= Max) Then
Between = True
End If
End Function