Date field

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

Guest

Is there anyway to remove the text "None" that appears in date/time textbox?
I also have an IF statement that checks for the text "None" but it doesn't
seem to pick it up in the IF statement.
 
Actually, nvm. I added the following and its working now.

Set myinspector = Item.GetInspector
Set myPage1 = myInspector.ModifiedFormPages(" ")....etc.
 
No. Your If statement needs to check for the value #1/1/4501# not "None."

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top