The version of Kixtart I'm using is version 4.00. And I'm using Outlook 2000 on Windows 2000 Pro. After the addressing tab is selected within outlook I want to change the drop down box that says 'Show this address list first' to a specific choice like world1 for instance instead of what is shown in the drop down at default. Tried to go through the registry but it didn't work. I'm trying to make Outlook a com object. $oXL = CreateObject("Outlook.Application"). But I don't know the syntax for accessing the addressing tab.

-Script Beginner