I have an add-in for Word 2007 developed using VS2008/.NET 3.5. What do I need to do in order for Mac users to use this add-in with their Word 2008? (or did MS make sure it would be impossible to do...)
Asked
Active
Viewed 1,449 times
2 Answers
3
The Mac version of Word is a totally different beast internally. AFAIK, the only documented "plugin" API for Word on the Mac is its AppleScript interface. It might be useful for what you want to do but you'd probably be close to starting from scratch.

Ned Deily
- 83,389
- 16
- 128
- 151
0
Its not standard/possible. The .NET Framework is not available on Mac.

Daniel A. White
- 187,200
- 47
- 362
- 445
-
1Yes, but the Mono libraries do not have anything like this as far as I know. – Daniel A. White Oct 08 '09 at 17:14