I am writing a VBA program in Excel 2007 and the bulk of my code is in Module1 but there are two other modules in the project. When I open the VBA editor it always goes to Module3 and I have to manually select Module1. Is there some way to set the default module which the editor will open on...