show/hide this revision's text 2 Code formatting

I am getting this error while trying to run a VBScript (note this is not in a web environment - just running a VBScript on Windows):

Line: [Last line]
Error: Expected 'End'
Code: 800A03F4
Source: Microsoft VBScript compilation error

I think it is an If statement that is not closed correctly with an "End If," but I've gone through every instance of "If" in the code and cannot find the error. Any tips or tools that could help me figure out where/why this error is occurring?

show/hide this revision's text 1

VBScript Expected End 800A03F6

I am getting this error while trying to run a VBScript (note this is not in a web environment - just running a VBScript on Windows):

Line: [Last line]
Error: Expected 'End' Code: 800A03F4
Source: Microsoft
VBScript compilation error

I think it is an If statement that is not closed correctly with an "End If," but I've gone through every instance of "If" in the code and cannot find the error. Any tips or tools that could help me figure out where/why this error is occurring?