Citation:
VBA 5/6: You can reference the library using menu Project -> References -> select 'Script Utilities library' in the listbox (or Project -> References -> Browse -> select ScptUtl.DLL file).
MSAccess, Word, Excel: Tools -> Macro -> Visual Basic Editor, then Tools -> References
Then you can write:
Dim Thread As New ScriptUtilities.Thread
Thread.SomeMethod SomeParameters
Thread.SomeProperty = SomeValue
Premiere mauvaise nouvelle : Cette ref n'existe plus sur excel 2007 :?
Citation:
Microsoft Office Excel 2007 is the first version of Excel to use multithreaded recalculation (MTR) of worksheets. You can configure Excel 2007 to use up to 1024 concurrent threads when recalculating, regardless of the number of processors or processor cores on the computer.
Deuxieme mauvaise nouvelle : apparament il faut dev dans un XLL SDK :mouarf: