C
Carlg
I have written code to unload Addin "Test". Then I do a filecopy to
the addin default folder. That works well. I then do:
AddIns.Add("c:\defaultPath\test.ppa").Loaded = True
This errors out with a runtime error '2147188160 (80048240):
Addins (unknown Number): Invalid request. Named Addin not found.
I go into debug mode and can step through it without error. If I have
another addin loaded and just do a i = addins.count right before the
loaded = true line it does not error out.
Any thoughts what is wrong or how to work around this?
PPT 2003 SP2
Carl
the addin default folder. That works well. I then do:
AddIns.Add("c:\defaultPath\test.ppa").Loaded = True
This errors out with a runtime error '2147188160 (80048240):
Addins (unknown Number): Invalid request. Named Addin not found.
I go into debug mode and can step through it without error. If I have
another addin loaded and just do a i = addins.count right before the
loaded = true line it does not error out.
Any thoughts what is wrong or how to work around this?
PPT 2003 SP2
Carl