prabha_friend
Board Regular
- Joined
- Jun 28, 2011
- Messages
- 95
What is Run-time error '32813'
'Name conflicts with existing module, project, or object library'
When it will occur normally?
Why it is occuring to me now?
How come I am able to set the Reference Manually with the same scenario?
What is the solution?
The occurs in the following statement:
Thanks in Advance.
'Name conflicts with existing module, project, or object library'
When it will occur normally?
Why it is occuring to me now?
How come I am able to set the Reference Manually with the same scenario?
What is the solution?
The occurs in the following statement:
Code:
Application.VBE.ActiveVBProject.References.AddFromFile ThisWorkbook.Path & "\" & ThisWorkbook.Name
Thanks in Advance.