View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Abdul salam Abdul salam is offline
external usenet poster
 
Posts: 17
Default Print Area Question

Hi,


Only the visible cells (filtered data will be printed
when you just do..

ActiveWindow.SelectedSheets.PrintOut Copies:=1

Abdul Salam

Hi Folks

I am looking for a piece of code which will enable me to
print a selection, the selection being cells selected by
AutoFiltering cells.

At the moment I have code which filters cells, how do I
then set this range as the print area?

Any help appreciated.

Thanks
Will
.