Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Reading

How i should read excel files
with rows and column in visual basic
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default 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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel is reading formula as a value Louise[_3_] Excel Worksheet Functions 3 April 9th 10 05:48 PM
EXCEL 2007 reading E as power of ten DoubleZ Excel Discussion (Misc queries) 2 August 1st 08 05:30 PM
Reading Material: Excel VBA Peter W Soady \(UK\) Excel Discussion (Misc queries) 4 March 11th 07 08:29 AM
reading layout view in Excel Jane Excel Discussion (Misc queries) 1 January 11th 07 09:14 PM
MS Excel data reading in MS Access Paul Excel Discussion (Misc queries) 1 January 27th 05 11:58 AM


All times are GMT +1. The time now is 07:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"