-2

Is it possible to read and write text into an open Microsoft Word document using another app? How can it be done?

My OS is OSX.

Deduplicator
  • 44,692
  • 7
  • 66
  • 118
  • Yeah probably using something like [this](http://stackoverflow.com/questions/5071171/where-can-i-find-the-mac-office-2011-developer-details). – trojanfoe Apr 08 '15 at 09:17

1 Answers1

0

A combination of Accessibilty APIs and the surprisingly good AppleScript support from Microsoft Office for Mac will get you a long way.

uchuugaka
  • 12,679
  • 6
  • 37
  • 55