![]() |
Restrict Method - Find only blank fields - VBA
Is there anyway to search only for blank fields using restrict method in VBA
Outlook. Ex: Find all MailingAddressCountry field which are blank - itms.Restrict ([MailingAddressCountry] = empty/blank) Thanks |
Restrict Method - Find only blank fields - VBA
Use double apostrophes:
Items.Restrict("[Subject] = ''") -- Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "Irene" wrote: Is there anyway to search only for blank fields using restrict method in VBA Outlook. Ex: Find all MailingAddressCountry field which are blank - itms.Restrict ([MailingAddressCountry] = empty/blank) Thanks |
All times are GMT +1. The time now is 01:12 PM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com