Having a reference to an excel workbook and worksheet, how can I get the width and height of the area with data without iterating through 65536 rows * 256 columns (which would take a small eternity)? Does the excel COM interface return any such contants or variables? - Peder -