View Single Post
  #5  
Old April 14th 06, 02:01 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Problem with setting Outlook item userproperties

If strValue = "Yes" Then
blnValue = True
Else
blnValue = False
End If

oProp.Value = blnValue

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"KeithXP" wrote in message
news
Ken -
Could this be a data type problem? I imported the contacts from Excel and
the information in the User1-4 fields is logical (stored as Yes/No).

I have created the new userproperty fields as Yes/No type, format Yes/No.
Could there be a problem transferring the data from the User1 field
(string) to the "Hotels" field (Yes/No)?

If so, any idea how to get around it...

thanks


Ads