Hi members
I have a trouble when I add references from file path using vbProj.References.AddFromFile "C:\Windows\SysWOW64\ieframe.dll" and vbProj.References.AddFromFile "C:\Windows\SysWOW64\mshtml.tlb"
I receive a message "No se puede entrar en tiempo de interrupción en este momento" Also as: "You can´t enter en interruption time in this moment" (I use a Spanish Excel 2007 version)
Before, I use "On Error Resume Next" command on top and "Microsoft Visual Basic For Applications Extensibility 5.3" reference, but my another question is how I can activate this reference using vbProj.References.AddFromFile if I don't check this object yet ¿?.
How I can get a solution??
Thanks in advance
I have a trouble when I add references from file path using vbProj.References.AddFromFile "C:\Windows\SysWOW64\ieframe.dll" and vbProj.References.AddFromFile "C:\Windows\SysWOW64\mshtml.tlb"
I receive a message "No se puede entrar en tiempo de interrupción en este momento" Also as: "You can´t enter en interruption time in this moment" (I use a Spanish Excel 2007 version)
Before, I use "On Error Resume Next" command on top and "Microsoft Visual Basic For Applications Extensibility 5.3" reference, but my another question is how I can activate this reference using vbProj.References.AddFromFile if I don't check this object yet ¿?.
How I can get a solution??
Thanks in advance