How can I make the titles in either or both the fixed row or fixed column have bold text?
Thanks
aikidokid
Printable View
How can I make the titles in either or both the fixed row or fixed column have bold text?
Thanks
aikidokid
.CellFontBold property to TRUE
Loop through the column or row setting
the .Row and .Col property to the correct
cell and set the .CellFontBold property to TRUE
Thanks jcfowl :D