Word 2007 DOM For Add-Ins Tab

G

George Lee

Where in the DOM are they items that display in the Add-Ins tab? In other
words, programmically how can I find Add-In items?
 
D

Doug Robbins - Word MVP

If in your later post, you are referring to buttons that appear on the
Add-ins tab, ignore the last part of my response.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
G

George Lee

The two questions are related but not the same.

Here, I want to programmically access the custom Add-ins information through
VBA code. I can't find (even with Google) where this information is within
the DOM structure.
 
C

Cindy M.

Hi George,
Here, I want to programmically access the custom Add-ins information through
VBA code. I can't find (even with Google) where this information is within
the DOM structure.

What do you mean by the "DOM structure". DOM isn't a term used in connection
with the Word application, so I can think of a couple of things you might
mean...

In any case, you have no access to any buttons you've added to the Ribbon via
the Ribbon XML. Buttons added via VBA would be part of the CommandBars object
model.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 

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