Script Error - Type mismatch: 'Mycontrols' Line No. 415

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

A form was created in Outlook. When one of the user's tried to use the form
they received a Script Error - Type mismatch: 'Mycontrols' Line No. 415.
Once they clicked on OK it opened up the form.

Is this anything to be concerned about?
 
Script Error - Type mismatch: 'Mycontrols' Line No. 415.
Once they clicked on OK it opened up the form.

Is this anything to be concerned about?
Presumably some controls collection is not getting initialized and,
consequently, some particular isn't getting referenced properly.
However, if nobody is using that part of the code, and that can happen
in forms development, then it may not be a problem. Can you users do
everything with the form they want to do? If yes, What me worry?
 
It might help if you posted a code snippet that shows line 415 and all the statements that define the objects and variables referred to in that statement.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top