I have a macro that I want to run as a task using the SWTaskAddIn, unfortunately I have not been able to add a reference to the EDMInterface dll, I thought I could add it using
Application.VBE.ActiveVBProject.Reference.AddFromFile "...\EdmInterface.dll" OR adding it to the Files under the Properties for the Add in.
Is this possible or will I have to create a new Add In?
Any ideas or suggestions would be helpful,