custom forms

  • Thread starter Thread starter Robrecht
  • Start date Start date
R

Robrecht

Hi

I have 7035 contact items in a public folder, i designed a custom form ...
is it possible to merge the current items to the new form.

Greetz
R.
 
And the Word macro?

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
I can start it but outlook crashes after 2000 records
I'm working with a Pentiom 4 - 2.6 Ghz with 768 Mb Ram (WinXp - Outlook
2000)
 
Outlook has a memory leak when iterating largish Items collections. You
might need to try doing them in smaller batches -- move each batch to an
empty folder before processing. Increasing the size of the Windows paging
file may alsoo help.

Alternatively, you could rewrite the macro to use CDO, which can handle
larger message collections.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top