The error suggests that either someone changed the name of the page where the chkHolidayCat control resides or the page instantiated as objPage no longer contains a control named chkHolidayCat.
Nothing has changed in recent versions to mandate an update to this form.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"coopfav" wrote in message oups.com...
Last year (2006) I ran the transmit holiday from process successfully
to send and process company and religious holidays to all my clients.
This year, I'm trying to do so again, using the same process with new
dates. Problem is after creating the message sucessfully before
sending, when I open it, I get the error:
Can not find the specified object
Line No: 170
and the debugger comes up. In the debugger, the following line is
indentified:
Set m_chkHoliday = objPage.Controls("chkHolidayCat")
I'm lost as to the cause/solution. Looking for help and/or guidence