printing

TrustPilot

starstarstarstarstar Excellent

  • Home
  • Courses
  • Promotions
  • Schedule
  • Formats
  • Our Clients

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Printing

Printing

resolvedResolved · Low Priority · Version 2003

Ian has attended:
Access Introduction course

Printing

What the macro commands for printing a named range?

RE: printing

Hi Ian

Thanks for your question

You simply need to use the printout method of the range object

Range("MyRange").PrintOut


The method has number of optional arguments allowing you to specify printer names etc. I suggest using VBA's help facility for the details of these

I Hope this is useful

Regards

Stephen

Tue 1 Dec 2009: Automatically marked as resolved.


 

Excel tip:

Copying the same value, label or formula quickly into a range of selected cells.

Select your range of cells. Type the value, label or formula that you want to appear in all the selected cells and then press Ctrl+Enter.

View all Excel hints and tips


Server loaded in 0.08 secs.