How can i get the between cell addresses.

Posted by Sathish on Stack Overflow See other posts from Stack Overflow or by Sathish
Published on 2010-04-14T04:05:23Z Indexed on 2010/04/14 4:13 UTC
Read the original article Hit count: 221

Filed under:

I have a function which accepts fromRange and ToRange of an Excel cell. basically i want to read cell by cell values from the range. suppose if i pass E2 and E9 i want to read in a loop something like Range(E2).value, Range(E3).value and so on till E9

How can i get the between cell addresses. Please help

© Stack Overflow or respective owner

Related posts about c#