porting C# addon for word from windows to mac
hello I have an addon for word for windows written in C#. Is there any way to port this to the mac version without rewriting it in VBA ?
my addon works on word 2010 and 2007 (on windows) the mac targ开发者_如何学Goet should be word 2011
Your only option is to re-write in VBA since Office for Mac doesn't support .NET add-ins. There is something called Automator but it's much less capable than VBA.
精彩评论