If I apply this code to some numbers in A1:C5 they go bold as expected.
Worksheets("Sheet1"
.Range("A1:C5"
.Font.Bold = True
The problem is that if I now type into a cell below - C6 for example it is now bold! (Using XP).
Of course I made sure that there was no formatting previously in place by Edit Clear Formatting. Try it!
Worksheets("Sheet1"
The problem is that if I now type into a cell below - C6 for example it is now bold! (Using XP).
Of course I made sure that there was no formatting previously in place by Edit Clear Formatting. Try it!