In a normal module, to be run when the userform is not loaded:
With ThisWorkbook.VBProject .VBComponents.Remove .VBComponents("UserForm1") End With
In a normal module, to be run when the userform is not loaded:
With ThisWorkbook.VBProject .VBComponents.Remove .VBComponents("UserForm1") End With
Last edited by Aussiebear; 01-01-2025 at 11:48 AM.