View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default How do I print a selection of cells using a macro?

See
http://www.rondebruin.nl/print.htm#Print


--
Regards Ron de Bruin
http://www.rondebruin.nl



"gussuffert" wrote in message ...
I would like to create a macro to print the range of cells selected by the
user. It means, the user will select the range of cells and the macro will
have to print only this range of cells selected by the user. Is it possible?