Date field

P

prog

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.
 
P

prog

Actually, nvm. I added the following and its working now.

Set myinspector = Item.GetInspector
Set myPage1 = myInspector.ModifiedFormPages(" ")....etc.
 
S

Sue Mosher [MVP-Outlook]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top