ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Excel Reading (https://www.excelbanter.com/excel-programming/277231-excel-reading.html)

Fredrick

Excel Reading
 
How i should read excel files
with rows and column in visual basic

buczacz

Excel Reading
 
I'm not sure what you mean by "read."

If you mean, which comes first, the row or the column designation, the
answer is "it depends"

In the command:
Range("A1").Select A is the column, and 1 is the row.
In the command:
Cells(X, 1).Select X is the row, and 1 is the column.

Fredrick wrote:
How i should read excel files
with rows and column in visual basic




All times are GMT +1. The time now is 02:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com