Previous Thread:   Modifying AppointmentItem properties

9/28/2005 4:46:04 AM    error message 429
I get the following error message:  
  
fout 429 tijdens de uitvoering  
  
ActiveX onderdeel kan geen object maken  
  
I'm using outlook2000 (dutch version) and I want to use the following  
  
VBA-code.  
  
vValue = Word.System.PrivateProfileString _  
  
"C:\text.ini", "SentOnBehalf", "Recepient")  
  
I already have a reference to 'MSWORD9.OLB'.  
  
Despite of that I got the errormessage.  
  
How do I solve tthis problem?  
  
Jan



10/2/2005 12:06:04 PM    Re: error message 429
How did you instantiate your Word object?=20  
  
--=20  
  
Sue Mosher, Outlook MVP  
  
Author of Configuring Microsoft Outlook 2003  
  
http://www.turtleflock.com/olconfig/index.htm  
  
and Microsoft Outlook Programming - Jumpstart for=20  
  
Administrators, Power Users, and Developers  
  
http://www.outlookcode.com/jumpstart.aspx  
  
"helpasap" <helpasap@discussions.microsoft.com> wrote in message =  
  
news:CF31CA0D-F1C1-473C-81A5-C627443CDF96@microsoft.com...