TextFont in Listbox cell?

In a listbox is the textfont identified in an Active cell? The name is there for the Listbox but is blank for the cell. Also, alot of the other attributes are missing. Is that normal?
I am posting in Mac because I’m trying to track a Listbox and Mac problem, so I don’t know if this is true for also PC.

No, but you can set it:

Me.EditCell(0, 0) Me.ActiveCell.TextFont = "Times"