K Kevin May 18, 2004 #1 When I try to run a piece of VB I get the error in the subject line. Anyone know what I should be looking for?
When I try to run a piece of VB I get the error in the subject line. Anyone know what I should be looking for?
R Ron de Bruin May 18, 2004 #2 Hi Kevin Look in the VBE editor(Alt-F11) In the Menu bar go to Tools>References. See if there is one that say missing Uncheck it and look for the good version Check this one You can use Late binding to avoid this kind of problems Here is a example for the Outlook reference http://www.dicks-clicks.com/excel/olBinding.htm
Hi Kevin Look in the VBE editor(Alt-F11) In the Menu bar go to Tools>References. See if there is one that say missing Uncheck it and look for the good version Check this one You can use Late binding to avoid this kind of problems Here is a example for the Outlook reference http://www.dicks-clicks.com/excel/olBinding.htm