Print Macro

  • Thread starter Thread starter MWS
  • Start date Start date
M

MWS

I'm trying to write a print macro that adjusts to the
everchanging size of the file in which I'm trying to print
(ie on one occassion the print data might be in A1:C40 and
the next time A1:E100). Can anyone help me in writing the
print macro so it automatically adjusts to the proper
print area size?

Thank You for the Consideration!
 
ActiveSheet.Printout (if printarea is not set)

usually adjusts unless you usedrange does not reflect your actual usage.
 

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