Quantcast
Channel: Active questions tagged excel - Stack Overflow
Viewing all articles
Browse latest Browse all 88066

EXCEL VBE - "Project - VBA Project" Pane DISABLE?

$
0
0

This macro will hide/close the VBE Main Window :

Sub VBEMainWindowHide()
    'close VBE window:
    Application.VBE.Window.Visible = False
End Sub

I am attempting to close or hide the "Project - VBA Project" Pane. This pane displays all the Sheets in the workbook, the ThisWorkbook Module, etc.

So far I have tried Application.VBE.Projects.Visible = False ... Application.VBE.("Projects - VBA Project") and one or two other combinations using the same terms. No success.

How can I edit the macro so it successfully hides / closes the targeted pane ?

Thank you.


Viewing all articles
Browse latest Browse all 88066

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>