Print range macro

  • Thread starter Thread starter nc
  • Start date Start date
N

nc

Hi

How would I print this range,
Range(Range("A1"), ActiveCell.SpecialCells(xlLastCell))
on a single page using landscape format?

Thanks.
 
Isn't this what a normal print will do anyway? If not, how does it differ
(landscape apart)?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
What is the VB coding????

-----Original Message-----
Isn't this what a normal print will do anyway? If not, how does it differ
(landscape apart)?

--

HTH

RP
(remove nothere from the email address if mailing direct)





.
 
ActiveSheet.PrintOut
--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Back
Top