VBA and Keyword field

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

Guest

I have a field that is very similiar to the Categories field in a contact item. The Category field is a Keyword field type and I'm trying to write a macro that exports a custom field in a contact item. I've got the code working for every field but my keyword-type field. I'm using the USERPROPRTIES.FIND("Custom Field") expression but I always get Error 13: Type mismatch. I know I'm doing something wrong but haven't been able to find any help on this

Anyone have any ideas?
 
You cannot access custom keywords fields directly. I should have a link to
the relevant KB article on the page at
http://www.slipstick.com/dev/forms.htm
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Chris W said:
I have a field that is very similiar to the Categories field in a contact
item. The Category field is a Keyword field type and I'm trying to write a
macro that exports a custom field in a contact item. I've got the code
working for every field but my keyword-type field. I'm using the
USERPROPRTIES.FIND("Custom Field") expression but I always get Error 13:
Type mismatch. I know I'm doing something wrong but haven't been able to
find any help on this.
 
Back
Top