Transplanting Large Plants

Written by Debra Wyatt (last updated January 12, 2022)

Macros really can make life easier. It is not uncommon to create macros that perform repetitive tasks, and thereby relieve us of the mundane tasks we might otherwise need to perform. It is also not uncommon to need to print out the current document after doing some processing on it. If you find yourself with this need, you can simply let the macro take care of printing the current document. To add this capability to your macros, simply include a line like this:

ActiveDocument.PrintOut Copies:=1

The PrintOut method prints the specified document; in this case, the ActiveDocument object—the document currently selected—is printed. In this particular usage, the Copies argument is used to specify how many copies of the document to print.

When using the PrintOut method, there are quite a few different arguments you can use. Rather than detail all of them, it is probably more useful to just look at some of the more common arguments you can use.

Argument Meaning
Copies The number of copies to print.
Pages The page ranges to print. The ranges are separated by commas and enclosed in quote marks, similar to how you specify page ranges in the Print dialog box.
PrintToFile Normally False, but you can set it to True if you want output to go to a disk file instead of the printer.
OutputFileName Only necessary if you set PrintToFile to True. Used to specify the file name of the output file.

Author Bio

Debra Wyatt

Deb has a communications degree and applies her talents to her position as Marketing Specialist at Sharon Parq Associates. In her spare time she spends time with her children and grandchildren and devotes time to her church. ...

MORE FROM DEBRA

Caring for Broccoli

Wanting to grow broccoli but just not sure how? Broccoli may seem like it is a hard vegetable to grow, but in reality it ...

Discover More

Planting and Caring for Onions

Wanting to grow onions in your garden but not sure what to expect? Find out just how easy it is to grow and harvest your ...

Discover More

Eyebrow Threading

One of the oldest ways of removing unwanted hair is that of threading. Learn more about this wonderful procedure and how ...

Discover More
More Gardening Tips

Attracting Butterflies

Butterflies are wonderful little creatures that can serve several different purposes. Not only can they help increase the ...

Discover More

Identifying and Repairing Soil Problems

One of the keys to a successful garden is being able to identify a potential problem before it becomes a reality. The ...

Discover More

Attract and Feed Wild Birds In Your Garden

You can attract birds to your yard by various methods. Keeping your birdfeeders and birdbaths clean and beautiful will ...

Discover More
Subscribe

FREE SERVICE: Receive an e-mail several times each week with a featured gardening tip. Enter your address and click "Subscribe."

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 4 + 1?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


Subscribe

FREE SERVICE: Receive an e-mail several times each week with a featured gardening tip. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)