Hi All
I have the following code:
What would I use to end this macro???
Thanks for your help in advance...
AQndrew
I have the following code:
Code:
End If
Else
lRowTo = lRowTo + 1
With wsSumm
.Cells(lRowTo, "A").Value = "Week " & sWeeks(iWeekPtr)
.Cells(lRowTo, "B").Value = "NOT FOUND"
End With
LogEntry ExcelFile:=Filenm, _
Week:="Week " & sWeeks(iWeekPtr), _
Message:="NOT FOUND"
What would I use to end this macro???
Thanks for your help in advance...
AQndrew