Removing VBScript from a folder full off contact items

  • Thread starter Thread starter Devise
  • Start date Start date
D

Devise

Hello,

in order to resolve performance problems, I want to remove the embedded
VBScript from
the forms of more than 500 contact fields. (They are so called one-offed.)
Microsoft's hint is to open a new clear contact without one-off and then
copy the data by hand from the old contact.

Did anybody has an idea to automate this process? Export and Import by csv?

thanks in advance,

Devise
 
Again, use CDO to traverse through the messages collection and
programmatically create "unscripted" contact items and copy data from
"scripted" items. The thing is CDO does not execute embedded form code on
opening an item, and conversion will be performed much faster.

Paul.
 
Back
Top