Cindy, thanks very much for the info. Actually, I don't have a practical
need for it; I was just experimenting with various features of Word 2000
and this one had me puzzled. I agree with your practical solutions. But why
is recording a merge for labels a no-no in Word 2000 and yet it works OK in
Word 6? It would have been nice if an error message appeared to show that
the macro was no longer recording! Are there many other functions in Word
2000 that are not available for recording as macros?
David
Hi David,
> But why
> is recording a merge for labels a no-no in Word 2000 and yet it works OK in
> Word 6? It would have been nice if an error message appeared to show that
> the macro was no longer recording! Are there many other functions in Word
> 2000 that are not available for recording as macros?
Not a "no-no", just a "no-go". IOW, it just doesn't work; the macro
recorder doesn't "see" the labels dialog, for some reason. Perhaps
due to the new functionality (custom labels) they built into it
<shrug>? There are other dialog boxes that get the same treatment, as
well. No one (outside of the dev team at MS) knows WHY, though.
Note that the interfaces are there in VBA; it can be programmed. If
you're curious as to how the code would look, you can search the
Knowledge Base on microsoft.com. There's an HowTo article there
written for automating Word from VB (Something like "how to mail merge
labels in Word", although I'm sure it's not exactly that title). The
basic code works just as well within Word...
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep 30 2003)
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 :-)
David J - 06 Feb 2004 09:07 GMT
Thanks, Cindy, for your helpful advice and perseverance. I will pursue your
suggestion re VBA (I have been writing computer programs in many languages
since 1959).
Kind regards, David
> Hi David,
>
[quoted text clipped - 21 lines]
>
> Cindy Meister