Jul 12, 2001 #1 breaker11 Technical User Jul 12, 2001 28 US I was wondering if anyone could help me out with a recurring error message. When trying to run an event procedure, my code builder pops up saying: Block If without End If If anyone knows how to resolve this, please let me know.
I was wondering if anyone could help me out with a recurring error message. When trying to run an event procedure, my code builder pops up saying: Block If without End If If anyone knows how to resolve this, please let me know.
Jul 12, 2001 1 #2 JoeMiller IS-IT--Management Apr 27, 2001 1,634 US You have an if statement that is missing it's End If clause. Structure of If statements is like this: If x = y Then 'Run Some Code Here End If Hope that helps! Joe Miller joe.miller@flotech.net Upvote 0 Downvote
You have an if statement that is missing it's End If clause. Structure of If statements is like this: If x = y Then 'Run Some Code Here End If Hope that helps! Joe Miller joe.miller@flotech.net