AltHTML Property Example
This example sets a text paragraph as the alternative HTML for a list box on the active worksheet.
ActiveSheet.OLEObjects("ListBox1").AltHTML = "<P>List box</P>"