Name conflict

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I get an error message for "Name conflicts with existing module, project...".

What error trapping can I do to bypass if the "ref" is already set:
Set ref = References.AddFromFile(strfilename)

Thanks for any help.
 
I get an error message for "Name conflicts with existing module, project...".

What error trapping can I do to bypass if the "ref" is already set:
Set ref = References.AddFromFile(strfilename)

Thanks for any help.

On Error Resume Next?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top