Hi,
I have the following code...
Is it possible to condense it to something along these lines?![]()
Sheets("2011").Select Cells(LCopyToRow2011, 1) = "ECFQA 2011" Cells(LCopyToRow2011, 1).Font.Bold = True
Cells(LCopyToRow2011, 1).font.bold = "ECFQA 2011"
Thank you!
Bookmarks