ActiveX
To display a specified number of columns and rows
- If your control contains more than one sheet, specify the sheet with which you want to work by setting the Sheet property.
- Specify the number of columns to display with the VisibleCols property.
- Specify the number of rows to display with the VisibleRows property.
- If you want to prevent partial display of columns and rows, set the AutoSize property to True.