8

I'm wanting to learn about the API and add-on capability of the Mac version of Office, 2011. I cannot find any documentation on MSDN - it must be hidden well. Can someone point me at it please? Thank you.

mj2008
  • 6,647
  • 2
  • 38
  • 56
  • Seems documentation is not available, the only options would be to use VBA or AppleScript (http://www.officeformac.com/ms/ProductForums/Word/11870) – Dirk Vollmar Feb 21 '11 at 21:10
  • 1
    @0xA3 If you could point me at the VBA or Applescript documentation, that would be fine! – mj2008 Feb 21 '11 at 21:37

1 Answers1

8

You can find the the Mac Office 2011 VBA reference docs at http://mac2.microsoft.com/vb/1033/default.aspx?src=office.

In almost all cases, the PC version of Office 2010 VBA references are concurrent with the Mac Office 2011 versions, but you can locate the Object Model Changes from Microsoft - Product - 2010 on each product under the Visual Basic Help page and you'll see what may have been added, removed or changed. For example, here is the Object Model Changes from Microsoft Word 2010.

Todd Main
  • 28,951
  • 11
  • 82
  • 146