Does VBA on Mac OS X have any References (object/type libraries) other
than the default ones supplied with the Office X installation? And if
so, where/how does one obtain them?
There's no VBA specific to a particular Mac OS. It's specific to the version
of Office Mac you have. But it must have been tweaked very, very slightly
for Office v. X to accommodate a few small differences of IS X. Otherwise
the version of VBA Machas been the same for many versions: It's VBA 5.0 in
Office 98, 2001 and X. There are a very few Mac-only methods, properties and
arguments, and more Win-only methods, properties and arguments. They are
always spelled out clearly in the VB Editor Help (even in Windows!), which
is really the best place to learn about them.
Putting aside the few Mac-specific items, the VB Editor Help is still a good
place to learn about specific Objects, Methods and Properties. But to get a
good grasp of the language as a whole, you _could_ get he official
multi-volume sets of Visual Basic for Applications 5.0 published by
Microsoft Press. I think there are separate books for Wor,d Excel and PPT.
Personally, however, I would recommend the books published by O'Reilly as
simpler, clear tutorials. I particular I'd recommend "Writing Word Macros"
by Steven Roman, published by O'Reilly. (It used to be called "Learning Word
Programming".) It's outstanding.
You can also learn lots and lots at the Word MVP website. You have to go
there in Internet Explorer, you get blank pages in Safari.
http://word.mvps.org/
http://word.mvps.org/Tutorials/index.htm
--
Paul Berkowitz
MVP Entourage
Entourage FAQ Page: <
http://www.entourage.mvps.org/toc.html>
AppleScripts for Entourage: <
http://macscripter.net/scriptbuilders/>
Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.
PLEASE always state which version of Entourage you are using - 2001 or X.
It's often impossible to answer your questions otherwise.