BriargateExcel
New Member
- Joined
- Apr 13, 2020
- Messages
- 13
- Office Version
- 365
- Platform
- Windows
I'm trying to rename a UserForm in my VBA code with:
ThisWorkbook.VBProject.VBComponents("UserForm1").Name="UserFormNew"
I get "Run-time Error '75': Path/File access error"
I would appreciate any suggestions.
ThisWorkbook.VBProject.VBComponents("UserForm1").Name="UserFormNew"
I get "Run-time Error '75': Path/File access error"
I would appreciate any suggestions.