Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

print file using macro

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Print file using macro

Print file using macro

ResolvedVersion 2007

Natasha has attended:
Excel VBA Intro Intermediate course

Print file using macro

how do I get a macro to print a file

RE: print file using macro

Hi Natasha

Thank you for your question

To print a worksheet you should use the printout method of the sheet object

For example

 ActiveSheet.PrintOut 


The printout method has a number of optional arguments that can be used to specify default printers, number of pages, number of copies etc.

If you type the above line of code into the VBE, select PrintOut and press F1, you will see the detailed help for the method

Regards

Stephen

Mon 28 Sep 2009: Automatically marked as resolved.

 

Training courses

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Excel tip:

Importing Numbers in Excel 2010

Occasionally, when importing data into Excel you find that the some of the imported values are treated as text.

To convert these numbers to actual values, click on an empty cell and press Ctrl+C.

Next, select the range that contains the values you need to change and in the Clipboard Group on the Home tab, click the Paste drop-down arrow and choose Paste Special. In the Paste Special dialog box, select Add and then click OK.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.