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#
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#