K
Koops
Using the following code I get an error once I get to the
half way point of the search. There is a custom form
used for these items. Every item uses the custom form.
The error I get is:
Method 'CompanyName' of object 'ContactItem' failed. But
it's not because it's a different object type.
For Each oContact In oFolder.Items
cName = c.CompanyName
Next
Thanks
half way point of the search. There is a custom form
used for these items. Every item uses the custom form.
The error I get is:
Method 'CompanyName' of object 'ContactItem' failed. But
it's not because it's a different object type.
For Each oContact In oFolder.Items
cName = c.CompanyName
Next
Thanks