View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Moon Moon is offline
external usenet poster
 
Posts: 22
Default copy range and paste to new worksheet

Hi Dave,
Thanks, that worked although the rows didnt get formatted. I tried
Newsh.Range("a:g").PasteSpecial Paste:=xlPasteFormats but that copied
all formats including highlights on certain rows. I guess I could
change the color back in the copied sheet but is there a way to format
the columns and rows?
Thanks...Moon