Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Find method of folder collection
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Sue Mosher [MVP], post: 5444334"] Two problems: 1) Your code sample below (("[MobileTelephoneNumber]="& oRecip.Name) looks for the name in the phone number field when it needs to look for the number. I have no idea where you expect to get the number to search for. 2) When searching for text, the search text needs to be in quotation marks: strFind = "[FullName]=" & Chr(34) & oRecip.Name & Chr(34) Set conItem = conFol.Items.Find(strFind) [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Find method of folder collection
Top