View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Murat D. Hekimoğlu Murat D. Hekimoğlu is offline
external usenet poster
 
Posts: 3
Default Copy Past with macro

Hello all,

I copy a Range and then paste it into new excel workbook. Duiring this
action I use the below code. I can pastespecial the column widths but cant
paste the Row Height. Is there any possibility that I can copy the
RowHeights too??

Sheets(1).Range("A1").PasteSpecial Paste:=xlValues
Sheets(1).Range("A1").PasteSpecial Paste:=xlPasteFormats
Sheets(1).Range("A1").PasteSpecial Paste:=xlPasteColumnWidths
Sheets(1).Range("A1").PasteSpecial Paste:=xlPasteRowHeight ?????????

--
thanx

Murat Demir HEKİMOĞLU
have a nice day!