sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
I'm trying to find a method to identify if a specific module exists in a project.
I've tried this but it doesn't work - is there a simple solution?
I've tried this but it doesn't work - is there a simple solution?
Code:
If ActiveWorkbook.VBProject.VBComponents("Setup") <> "" Then