ActiveX
To hide the column headers and row headers
- If your control contains more than one sheet, specify the sheet with which you want to work by setting the Sheet property.
- If you want to hide the column headers, set the ColHeadersShow property to False.
- If you want to hide the row headers, set the RowHeadersShow property to False.