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.
相关问题
- Xcode debugger displays incorrect values for varia
- Is there a way to report errors in Apple documenta
- Advice for supporting both Mac and Windows Desktop
- Converting byte array output into Blob corrupts fi
- Avoid cmake to add the flags -search_paths_first a
相关文章
- 现在使用swift开发ios应用好还是swift?
- Visual Studio Code, MAC OS X, OmniSharp server is
- xcode 4 garbage collection removed?
- IntelliJ IDEA can't open projects or add SDK o
- Automator: How do I use the Choose from List actio
- ImportError: No module named twisted.persisted.sty
- How can I vertically align my status bar item text
- Directly signing an Office Word document using XML
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.