I am receiving the following error:
The expression On Load you entered as the event property setting produced the following error: Member already exists in an object module from which this object module derives. 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 funciton, event or macro.
The only event related to my form is On_Load and all I have in the event is: MsgBox("Test". Any ideas on why I am getting this error? Thanks!
The expression On Load you entered as the event property setting produced the following error: Member already exists in an object module from which this object module derives. 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 funciton, event or macro.
The only event related to my form is On_Load and all I have in the event is: MsgBox("Test". Any ideas on why I am getting this error? Thanks!