Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / September 2005

Tip: Looking for answers? Try searching our database.

id for buttons in word 2000

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
tom - 16 Sep 2005 10:48 GMT
Hi, I Need the ID's for some mailmerge buttons in Word 2000: the button
for mailmerge with destination new document, destination printer and
destination e-mail if they already exist in 2000 (they do in word
2002). Otherwise the general button for executing a mailmerge. Easy to
retrieve for someone with Word 2000 and BuiltInControlsScanner.
http://www.add-in-express.com/files/BuiltInControlsScanner.exe
Thanks in advance
Tom
Helmut Weber - 16 Sep 2005 13:34 GMT
Hi Tom,

how about this one:

Dim B As CommandBar
Dim C As CommandBarControl
Set B = CommandBars("Mail Merge")
For Each C In B.Controls
  Debug.Print C.Caption, C.ID
Next

Signature

Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"

tom - 17 Sep 2005 12:30 GMT
Thanks Helmut, the problem is that I dont't have Word 2000! I have 97
and 2002, and for my program I need to know the codes for 2000. In
version 2002 there are other buttons than in 97, so how is that in
2000.
Can anybody help me with that?
Thanks a lot,
Tom
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.