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?
 
Back
Top