Excel Reading

B

buczacz

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top