النتائج (
العربية) 1:
[نسخ]نسخ!
VBA will search through the type libraries, in the order shown from the top down, to find references toobject types. If the same object type is present in more than one library, it will use the first one found.You can select a library and click the Priority buttons to move it up or down the list to change the orderin which libraries are searched. There is no need to depend on priority, however. You can always qualifyan object by preceding it with the name of the main object in the library. For example, instead of usingAddressEntry, use Outlook.AddressEntry.The following example uses early binding. It lists all the names of the entries in the Outlook Contactsfolder, placing them in column A of the active worksheet. Make sure that you have created a reference tothe Outlook object library before you try to execute it, or you will get the error “User-defined type notdefined”:
يجري ترجمتها، يرجى الانتظار ..
