A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
In Visual Basic, you can set the behavior and look of the development environment, including the alignment of windows (modules), through the Options dialog box. While there isn't a specific feature to "freeze" the windows in place, you can dock them to your preference, which effectively keeps them in a fixed position relative to other windows. To do this:
- Open the Tools menu in the Visual Basic editor.
- Select Options to access the dialog box.
- Use the Docking tab to specify whether a window is attached or anchored to one edge of other dockable or application windows.
This allows you to customize your workspace according to your preferences, ensuring that your modules remain organized as you work.