View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Richy Richy is offline
external usenet poster
 
Posts: 3
Default Create macros to print specific cells

Hi Chip,
thanks for the tip. It's very helpful, however how could I
print something from other sheet's?
Thanks omce again.
Richy

-----Original Message-----
Richy,

You can print a cell or range of cells with code like

Range("A1:A10").PrintOut


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Richy" wrote in

message
...
Hi, I would like to create several buttons in order to
print specific cells.
Could anyone help me?
Thanks..
regards,
Richy



.