WordBasic.MailMergePropagateLabel

K

Karsten G Poulsen

I have recorded a Mailmerge (Label) Macro i word 2007/2003. When I activate
this macro I get an error 509 (This command is not availeble. The debugger
display an error in the line containing WordBasic.MailMergePropagateLabel.
It is an old Wordbasic function. How can I get around this problem?
 
G

Graham Mayor

The old word basic commands are still available - even in Word 2007. However
you will not be able to run that command unless the document you are running
it in is defined as a merge label document eg

ActiveDocument.MailMerge.MainDocumentType = _
wdMailingLabels
WordBasic.MailMergePropagateLabel

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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