Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

compile error... 1

Status
Not open for further replies.

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.
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top