How do i create the range for a certain area in the excel spreadsheet? I can get the width and height of the range with
I am just unsure as to how to syntactically create the statement needed.
TIA
Bastien
Cat, the other other white meat
Code:
intCols = xlsheet.UsedRange.Columns.Count
lngNumRows = xlsheet.UsedRange.Rows.Count
I am just unsure as to how to syntactically create the statement needed.
TIA
Bastien
Cat, the other other white meat