» Restore the VBE windows to their default positions using VBA in Microsoft Excel
VBA macro tip contributed by Erlandsen Data Consulting offering Microsoft Excel Application development, template customization, support and training solutions
CATEGORY - General Topics in VBA
VERSION - All Microsoft Excel Versions
you can restore their positions by editing a setting in the Registry.
Note! Back up the Registry before you edit it.
If you are running Windows NT, you should also update your Emergency Repair Disk (ERD).
WARNING: Using Registry Editor incorrectly can cause serious problems that may require
you to reinstall your operating system. Use Registry Editor at your own risk.
- Close Excel and the VBE.
- Run RegEdit.
- Navigate to HKEY_USERS\.Default\Software\Microsoft\VBA\Office.
- Rename (or delete) the value Dock (e.g. ;Dock), Excel will recreate it when it starts next time.
- Close RegEdit.
- Open Excel and VBE, the windows are now at their default positions.
Book Store:
No comments have been submitted.

