I want to retrieve items from Fortress via its .NET API and load their descriptions into Project 2007. I was thinking about the 'best' way to do this, so I thought I would put it to my fellow stackers:
Should I write a .NET assembly and wrap it in COM for Project 2007 to call from VBA?
Or should I write a .NET assembly that calls Project 2007 via COM?
Which is better from a performance perspective? What would you do?