The following code sets the text of the current cell to bold whenever the ModHFGrid is in focus.
Sub ModHFGrid1_GotFocus() ModHFGrid1.CellFontBold =1 End Sub