Re: stop script if dates are missing, edit help...
- From: "RompStar" <rmiecznik@xxxxxxxxxxx>
- Date: 28 Apr 2005 09:02:15 -0700
I wrote this up to go after the:
On Error GoTo Finish
' If Dates are missing Print out a POP-UP Box to screen explaining
error
If DateValue(BeginDate) = "" Or DateValue(EndDate) = "" Then
MsgBox "Calculation can't be performed, missing Dates in selected Date
Range!"
GoTo Finish
Else
GoTo LastPart
End If
but not sure if this is good, what do you guys think ?
.
- Follow-Ups:
- Re: stop script if dates are missing, edit help...
- From: Dave Peterson
- Re: stop script if dates are missing, edit help...
- From: Bob Phillips
- Re: stop script if dates are missing, edit help...
- References:
- stop script if dates are missing, edit help...
- From: RompStar
- stop script if dates are missing, edit help...
- Prev by Date: stop script if dates are missing, edit help...
- Next by Date: Help with Calling a Module within a Module
- Previous by thread: stop script if dates are missing, edit help...
- Next by thread: Re: stop script if dates are missing, edit help...
- Index(es):
Relevant Pages
|