Select current region and print

T

Tempy

Good day,

I am filtering a form and only want to print the results of the filter.
I have tried using current region to no avial, could somebody please
assist with some code.

Thanks,

Tempy

*** Sent via Developersdex http://www.developersdex.com ***
 
T

Tom Ogilvy

Range("A1").CurrentRegion.Printout

Only visible rows will be printed

0r

Activesheet.Autofilter.Range.Printout
 

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

Top