Hi,
I have error message on every event I have in a single form. I get below error when I move the mouse (Did not click anywhere). The error message is:
I don't understand why I have this error
Can anybody plesae let me know what's wrong?
Error pops up before Form_Load() executed.
Thanks
I have error message on every event I have in a single form. I get below error when I move the mouse (Did not click anywhere). The error message is:
Code:
The expression On Mouse Move (in this case) you entered as the event property setting produced the following error: statement invalid outside Type block.
*the expression may not result in the name of a macro, the name of a user-defined function, or [Event Procedure]
*there may have been an error evaluating the function, event, or macro.

Error pops up before Form_Load() executed.
Thanks