aziz rasul
Active member
- Local time
- Today, 08:21
- Joined
- Jun 26, 2000
- Messages
- 1,935
In the Form Load event I have absolutely no code, i.e. the code I had previously has been commented out.
Yet I get an error "procedure declaration does not match description of event or procedure having the same name"? The same thing happens with other events although the Form Load is the first one that errors.
Code:
Private Sub Form_Load()
End Sub
Yet I get an error "procedure declaration does not match description of event or procedure having the same name"? The same thing happens with other events although the Form Load is the first one that errors.