R
rleber
Just like albycindy, I am getting the message "The expression On Current you
entered in the event property setting produced the following error: Procedure
declaration does not match description of event or procedure having the same
name."
Like her, this code used to work (earlier today, as a matter of fact!). Like
her, I've checked for broken references and don't see any.
In fact, I can reproduce this error from scratch. If I remove the On Current
property from the form which is causing the error along with the sub it
references, the form then works fine (except for the startup code not
running). I can then change the On Current property to [Event Procedure]
using the dropdown box. This creates the empty sub Form_Current with the
header "Private Sub Form_Current()" in the code module, as expected. And the
error reappears!
I'm stumped. Any suggestions?
entered in the event property setting produced the following error: Procedure
declaration does not match description of event or procedure having the same
name."
Like her, this code used to work (earlier today, as a matter of fact!). Like
her, I've checked for broken references and don't see any.
In fact, I can reproduce this error from scratch. If I remove the On Current
property from the form which is causing the error along with the sub it
references, the form then works fine (except for the startup code not
running). I can then change the On Current property to [Event Procedure]
using the dropdown box. This creates the empty sub Form_Current with the
header "Private Sub Form_Current()" in the code module, as expected. And the
error reappears!
I'm stumped. Any suggestions?