Rows and Column of Excel File

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-05-06T02:43:16Z Indexed on 2010/05/06 2:48 UTC
Read the original article Hit count: 222

Filed under:
|

It is possible to write a code that specifying the rows and column of spread sheet in terms of NUMBERS and NOT LIKE (B2:D6)

Example:

excelSheet.Range("B2:D6").Interior.Color = RGB(100, 100, 255)

instead of B2 and D6 I want to write 5 rows and 3 column..

It is posible to write in vb.net 2003 code?

© Stack Overflow or respective owner

Related posts about excel

Related posts about vb.net