I have developed a small add-in for Microsoft Word 2011 in VB.net using VS2012. I would like to port the functionality to Mac users. Can you tell me how can it be done?
I have already read these posts:
But they are referring to Word 2008/2010 where it wasn't possible. I know that since Word 2011 it's possible to use VBA on Mac. But I cannot find any documentation how to use it - all links pointing to msdn/microsoft pages don't exist anymore (like the ones mentioned here: Where can I find the Mac Office 2011 developer details?).
Do you have any resources (documentation, tutorials, books) about the topic?
If it's not possible using VB.net I can switch to C#, but I haven't seen any posts about C# support for MS-office for mac.