Search results

  1. M

    VBA: Applying Font.Bold to Range of Cells Not Working?

    I am writing a VBA macro in an Excel 2003 document. For some reason, when I apply formatting to a range of cells, it generates a run-time error, but it works if I apply it to a singel cell, For example: ActiveSheet.Cells(4, 2).Font.Bold = True 'This works ActiveSheet.Range(Cells(4 , 2)...
Back
Top