VBE - Possible to have one of five modules in a VB project to be "default"?

E

EagleOne

2003

Would like to have one of 5 modules in a VB Project to be the default Code window and in Explorer
window. Is it possible?

TIA EagleOne
 
B

Bernie Deitrick

Sure. Close all your code windows, open the one that you want as the default, then save the file
(within the VBE). Next time you open it, that code module should be the only one open for that
file.

HTH,
Bernie
MS Excel MVP
 
E

EagleOne

Thanks Bernie

Bernie Deitrick said:
Sure. Close all your code windows, open the one that you want as the default, then save the file
(within the VBE). Next time you open it, that code module should be the only one open for that
file.

HTH,
Bernie
MS Excel MVP
 
Top