I have a couple of macros that have been running weekly for over 2 years. However, the first time they have been run this year the EVALUATE line crashes in the following piece of code:
Dim deleteStudent As Boolean
deleteStudent = Evaluate("IsError('Student Data'!1:1)")
If...