Open VB6 on a specific module
How do I open VB6 and always open with the module I choose?
When I am working on a VB project which has multiple modules I would like to open VB each time be at the module page I am working in then later when I am in another module I would that page to be the first one I see.
Re: Open VB6 on a specific module
After closing your VB project, set its Workspace file (*.VBW) Read-only. When you have opened it later, clear the Read-only attribute. It should now remember whatever module you were last working with.