What Programming Language Used for Word (Office) 2007?

R

Rene

We need to create macros and other dynamic features for dealing with
paragraph numbering and Table of Contents in a law firm environment. It used
to be VBA, it's XML now, right? If so, is it plain XML or is there a variaion
of it just for Microsoft Office applications? Where can I get help with
learning the required programming language?
 
J

Jay Freedman

You've been misled. Word 2007 still uses VBA for macros.

If you want to modify the ribbon then you'll need a variety of XML called
RibbonX (see http://www.pschmid.net/office2007/ribbonx and
http://gregmaxey.mvps.org/Customize_Ribbon.htm).

Word documents are stored in XML files within the .docx or .docm file, and
that XML (now an international standard called Office Open XML,
http://www.ecma-international.org/publications/standards/Ecma-376.htm) can
be manipulated directly without Word, or by VBA macros in Word. Much more is
available; see http://www.google.com/search?q=office+open+xml.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top