Some help needed on arrays

mahmed1

Well-known Member
Joined
Mar 28, 2009
Messages
2,302
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi people

Can anyone of you lovely people help me understand why and when to use transpose with arrays vbvba and what people mean by you can only redim 2nd dimention


just a small data set with some examples would really be appreciated

thank you
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
I have been displaced in Lesceline's affections ... :(
 
Upvote 0
Not at all, this was merely a brief flirtation. ;)
 
Upvote 0
Maybe not to Lesceline, you cad.
 
Upvote 0
I don't mind :))))

you both are amazing thank you

based on your experience, when and what types of scenarios would you consider using arrays?
 
Upvote 0
For a ton of things, LG (I don't type well enough to keep typing that name) -- any time you have a passel of like data.

One common usage is when operating on rows and rows of data -- it's maybe 100 times faster to read the data in once, and operate on it in memory, and write it out once, than reading and writing to a worksheet over and over and over.
 
Upvote 0

Forum statistics

Threads
1,215,432
Messages
6,124,859
Members
449,194
Latest member
HellScout

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top