I have some C# code which formats a MS Project file. This code works absolutely fine.
Problem: Now, I want to run the same C# code through a macro script.
Question: How can I execute the C# code through my MS Project macro. So, whenever the user opens an MS Project file, it runs the macro which in turn executes the C# code and formats the concerned file.
I am using Ms Project 2002.
Is this even possible? Please request for any additional information required.