C ChuckM Dec 16, 2003 #1 How would I set the font size, bold and underline for the contents of the cell that is in row 'rw' and column 'col' thanks chuckm
How would I set the font size, bold and underline for the contents of the cell that is in row 'rw' and column 'col' thanks chuckm
A Amy Dec 16, 2003 #2 Select the spot first - in VB it looks like this: Range("colrw").Select Selection.Font.Bold = True Selection.Font.Italic = True Selection.Font.Underline = xlUnderlineStyleSingle
Select the spot first - in VB it looks like this: Range("colrw").Select Selection.Font.Bold = True Selection.Font.Italic = True Selection.Font.Underline = xlUnderlineStyleSingle