Below code deletes a module:
Dim md As Object
Set md = Application.VBE.ActiveVBProject.VBComponents
md.Remove VBComponent:=md.Item("Module1")
How can I hide a module instead of deleting it?
Below code deletes a module:
Dim md As Object
Set md = Application.VBE.ActiveVBProject.VBComponents
md.Remove VBComponent:=md.Item("Module1")
How can I hide a module instead of deleting it?
Last edited by Peepay; 03-31-2024 at 02:28 PM.
I think there is no such possibility.
Can you zoom in on your problem? Why would you want to hide the module(s)?
Artik
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks