Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
JAY JAY is offline
external usenet poster
 
Posts: 7
Default VBA Array Transfer

Hi Everyone

I am developing code which requires to transfer a range of cell values into a VBA Array. if there is any limitation on doing this

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 783
Default VBA Array Transfer

JAY wrote:

Hi Everyone,

I am developing code which requires to transfer a range of cell values into a VBA Array. if there is any limitation on doing this.

Thanks

What version of Excel are you using?

Alan Beban
  #3   Report Post  
Posted to microsoft.public.excel.programming
JAY JAY is offline
external usenet poster
 
Posts: 7
Default VBA Array Transfer

I am using the excel 97
Thank

----- Alan Beban wrote: ----

JAY wrote

Hi Everyone
I am developing code which requires to transfer a range of cell values into a VBA Array. if there is any limitation on doing this
Thanks

What version of Excel are you using

Alan Beba

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 783
Default VBA Array Transfer

Dim arr As Variant
arr = Sheets("whatever").Range("whateverelse")

will work for up to 5461 values. If you might need more, or if your
array can not be held in a Variant variable, post back.

Alan Beban

JAY wrote:

I am using the excel 97
Thanks

----- Alan Beban wrote: -----

JAY wrote:

Hi Everyone,
I am developing code which requires to transfer a range of cell values into a VBA Array. if there is any limitation on doing this.
Thanks

What version of Excel are you using?

Alan Beban

  #5   Report Post  
Posted to microsoft.public.excel.programming
JAY JAY is offline
external usenet poster
 
Posts: 7
Default VBA Array Transfer

Thanks a lot mate, it worked
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
Prevent cell/array references from changing when altering/moving thecell/array nme Excel Discussion (Misc queries) 1 September 19th 08 01:53 PM
t-shit transfer - transfer Dpoly Excel Discussion (Misc queries) 1 August 11th 08 05:32 PM
meaning of : IF(Switch; Average(array A, array B); array A) DXAT Excel Worksheet Functions 1 October 24th 06 06:11 PM
variant array containing cel adresses convert to actual ranges-array Peter[_21_] Excel Programming 5 December 10th 03 09:50 PM
Transfer Range to Array Steven Drenker Excel Programming 1 November 9th 03 06:41 PM


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