Hi,
I have an addin from a particular path "C:\MyApplication\bin\StaticDebug\MaRVL.xll"
I would like to change my addin so it is loaded from another path
"C:\MyApplication\bin\StaticRelease\MaRVL.xll"

I have tried
AddIns("Marvl").Installed = False
AddIns.Add Filename:="C:\MyApplication\bin\StaticDebug\MaRVL.xll"
AddIns("Marvl").Installed = True

It unloaded the addin, however it did not reload the addin from the new StaticDebug path. The addin remained with the old StaticRelase path.

Any thoughts on how to do this?

I tried recording macro but the results were the above, so not sure if it can be done.

Many thanks