C# executing a Visio addin

R

Roger G

To all you experts,

I currently have a script which imports timeline data from excel, but need
to convert it to c#. my problem is that when I generate a timeline and
update the custom properties, the updates don't show.

I have a command in my VBA which is
Application.addins("ts").Run "/cmd=3"

I have found some references to addins in C#, but cannot execute the command.

Can anyone tell me a reference on converting or executing the VBA in C#
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top