E
Eddie McGlone
Hi all.
I have some code in a VBA macro which loops through a number of Task Items
stored in an Exchange Public Folder and copies the values of various fields
into an Excel Spreadsheet. The user controls which Items are used by
selection.
Since we moved over to Exchange 2003, the code no longer works if there are
more than 250 items selected. This is due to a limit being placed on the
number of items that a user can have open simultaneously in Exchange 2k3.
I am using for ...next loops to gather the data.
Does anyone know how I can get around this? For example is there any way to
force Outlook to release each Item as it is stepping through the code?
Thanks in advance
Ed
I have some code in a VBA macro which loops through a number of Task Items
stored in an Exchange Public Folder and copies the values of various fields
into an Excel Spreadsheet. The user controls which Items are used by
selection.
Since we moved over to Exchange 2003, the code no longer works if there are
more than 250 items selected. This is due to a limit being placed on the
number of items that a user can have open simultaneously in Exchange 2k3.
I am using for ...next loops to gather the data.
Does anyone know how I can get around this? For example is there any way to
force Outlook to release each Item as it is stepping through the code?
Thanks in advance
Ed