Custom fields in Contacts

  • Thread starter Thread starter TCEBob
  • Start date Start date
T

TCEBob

I'm programming some very simple fields by way of the Format Columns
Formula utility, with some success. But the stream-of-consciousness
format the utility imposes is hard to deal with after a few nested IIF
statements. Is it possible to prepare a sub in an editor and import it?
Is there a line continuation character? If I had a VB macro could I
associate that with a custom field?

Thanks in advance for your patience; I hope this is the right forum.

R. Shiffman
 
No, the formula must be continuous and use only the allowed functions. Sounds like you've reached the point where it would be better to write VBScript code behind the form. See http://www.slipstick.com/dev/propsyntax.htm for details on the relevant events.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top