Developing Word Add-ins for Macintosh

I have an add-in for Word 2007 developed using VS2008 / .NET 3.5. What do I need to do so that Mac users can use this add-in with their Word 2008? (or MS made sure it couldn't be done ...)

+2


source to share


2 answers


The Mac version of Word is a completely different beast inside. AFAIK, the only documented "plugin" API for Word on the Mac is the AppleScript interface . This can be helpful for what you want to do, but you'll probably be close to starting from scratch.



+3


source


This is not standard / possible..NET Framework is not available on Mac.



0


source







All Articles