Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Dave......Tom already got me there. Yours looks good too, but in this
case I'm using this in a sub that is called to many different sheets, so I'd like to keep the sheet reference out of it. Thanks anyway, Vaya con Dios, Chuck, CABGx3 "Dave Peterson" wrote: Untested: Dim LastRow as long with worksheets("sheet9999") lastrow = .cells(.rows.count,"A").end(xlup).row .range("a11:AG11").copy .range("a11:A" & lastrow).pastespecial paste:=xlpasteformats end with CLR wrote: Hi All..... If someone would be so kind......I need help. I'm trying to copy the formatting, (including Conditional formatting), from Range A11:AG11, down the sheet, as far as there is data in column A.....the recorder is not too good at this, and I'm even worse. TIA Vaya con Dios, Chuck, CABGx3 -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy formatting, Help | Excel Discussion (Misc queries) | |||
Copy Formatting from one row to another using VBA | Excel Programming | |||
Copy Conditional Formatting | Excel Discussion (Misc queries) | |||
copy conditional formatting | New Users to Excel | |||
copy formatting | Excel Programming |