Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 252
Default [column(101:200)] confusing

Hi all,

[Row(101:200)] will produce two dimension array, 100 rows and 1 column,
containg values from101 to 200. How about [column(101:200)]?

Clara
--
thank you so much for your help
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default [column(101:200)] confusing

Are you trying to pick up a 65536 row x 100 column array:

Dim a As Variant
a = Columns(101).Resize(, 100).Value

(in xl2007, this is 1MB rows)

clara wrote:

Hi all,

[Row(101:200)] will produce two dimension array, 100 rows and 1 column,
containg values from101 to 200. How about [column(101:200)]?

Clara
--
thank you so much for your help


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default [column(101:200)] confusing

Same thing except:

column(101:200)

produces 1 row, 100 columns

One goes vertical, the other horizontal.

"clara" wrote:

Hi all,

[Row(101:200)] will produce two dimension array, 100 rows and 1 column,
containg values from101 to 200. How about [column(101:200)]?

Clara
--
thank you so much for your help

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
Confusing spreadsheet Dan Wood Excel Discussion (Misc queries) 0 May 20th 10 05:09 PM
Confusing results Papa Jonah Excel Worksheet Functions 5 March 5th 10 10:38 PM
Menu confusing marriedhsdad New Users to Excel 3 January 18th 10 04:20 PM
Confusing Function Chris C Excel Worksheet Functions 4 November 5th 08 06:41 PM
Confusing Problem Cincy Excel Discussion (Misc queries) 2 July 13th 06 09:19 PM


All times are GMT +1. The time now is 05:43 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"