Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have written a macro that do a mailmerge, my problem is that i want the
user to choose how many copies to print. I have the number of copies in a variable. "numcopies = system.privateprofilestring(inifil, "startup", "numcopies") " How can i put in ".copies:=numcopies" in my codeexample below? Or are there any better/other solution? " With ActiveDocument.MailMerge .Destination = wdSendToPrinter .SuppressBlankLines = True With .DataSource .FirstRecord = wdDefaultFirstRecord .LastRecord = wdDefaultLastRecord End With .Execute Pause:=False End With " Thanks in advance. |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
faxing from word 2003 mail merge | Mailmerge | |||
How do I update Word 2002 to create merged faxes? | Mailmerge | |||
How do I send printer ESC codes from a Word document | Microsoft Word Help | |||
2000 to 2002 macro and "Could not open macro storage" | Mailmerge | |||
How do I remove the send a copy to tools on the toolbar in MS wor. | Microsoft Word Help |