I would design with early binding on, and then release the code with late
binding. That way while you are designing and testing the code with your
version of Excel and Outlook, you get as much help from intellisense as you
possibly can, then change the code so that it uses late binding when you release
it to others with different versions of Outlook.