Hi,
I want to use mail merge commandbar buttons from "Mailings" Tab
like "Previous Record", "Next Record", "First Record", "Last Record"
etc. from Word 2007 Ribbon into my custom tab.
I can use other buttons from "View" Tab like "Zoom" but, i am unable
to get the "Mailings" Tab buttons into my custom tab.
So please can anybody help me to sort out this issue?
Thanks,
Komal Junagade.
Peter Jamieson - 06 Aug 2007 13:18 GMT
I don't know the answer for sure but I think for the buttons you mention you
need the Group
GroupMailMergePreviewResults
and the control names
MailMergeResultsPreview
MailMergeGoToFirstRecord
MailMergeGoToPreviousRecord
MailMergeGoToRecord
MailMergeGoToNextRecord
MailMergeGotToLastRecord
MailMergeFindRecipient
MailMergeAutoCheckForErrors
If that's correct, have a look at
http://www.microsoft.com/downloads
for
2007 Office System Document: Lists of Control IDs
or
2007OfficeControlIDsExcel2003.EXE
(it's an Excel list of the control names in all of Office)
However, I haven't been able to check if those are the names you need.
Peter Jamieson
> Hi,
> I want to use mail merge commandbar buttons from "Mailings" Tab
[quoted text clipped - 7 lines]
> Thanks,
> Komal Junagade.