![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Config SBS2k3 & Outlook 2k3
Hi all, My script hang's for non comprehesible reason, I've two contact folders profesional(3500 item) and private(1100 item) in My Form I list all contact in a combo When I do'it on private all is Ok , but when I do the same thing on Professional it hang's every time on the 242st item there's no Pb on this item, (I delete it but it still not working) here is a part of my code TKS FOR Help ================================================== ================== Set FormPage = Item.GetInspector.ModifiedFormPages("ContactP") Set Control = FormPage.Controls("TmpLst") Set myFolder = Application.GetNamespace("MAPI").Folders.......... Set myItems = myFolder.Items myItems.Sort "[CompanyName]", False For Each myItems in myItems nbr = nbr + 1 Ctct = nbr & vbtab& myitems.FullName Control.addItem Ctct next ================================================== ===== -- Knowlege grows when shared. http://bensoft.miniville.fr/tra |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2k3 Script: Pb Using ComboBox | bbnimda | Outlook and VBA | 3 | December 1st 06 04:54 PM |
Outlk 2k3 Script: Saving Excel File programticaly from OUTLOOK SCRIPT | news.microsoft.com | Outlook and VBA | 3 | November 22nd 06 03:33 PM |
Run A SCRIPT - Select Script EMPTY | mitupan116 | Outlook and VBA | 1 | November 2nd 06 09:36 PM |
Rule 'run a script' not running my script | [email protected] | Outlook and VBA | 3 | May 30th 06 12:09 PM |
"Run a script" rule triggers but script does not execute | Trey Shaffer | Outlook and VBA | 7 | April 7th 06 11:34 PM |