H
helix
Hi all,
I have written a Excel addin in C# which is registered for COM interop.
Everything works beautifully apart from one problem. When I'm coding I like
to be able to connect and disconnect from an add-in on the fly whenever I
want to recompile the source. Back in the ol' days when I was using Win32
XLLs, I could do this easily by just unchecking my addin from the
tools>addin's menu. This no longer works with my .NET addin and I have to
restart excel in order to break the connection in order to recompile. Does
anyone know how to get around this problem?
Thanks !!
I have written a Excel addin in C# which is registered for COM interop.
Everything works beautifully apart from one problem. When I'm coding I like
to be able to connect and disconnect from an add-in on the fly whenever I
want to recompile the source. Back in the ol' days when I was using Win32
XLLs, I could do this easily by just unchecking my addin from the
tools>addin's menu. This no longer works with my .NET addin and I have to
restart excel in order to break the connection in order to recompile. Does
anyone know how to get around this problem?
Thanks !!