thegoat001
New Member
- Joined
- Jan 21, 2018
- Messages
- 1
Hi All,
I have a large amount of static data i.e. it will never need to be changed.
It's 146,000 rows by 20 columns.
What I typically do is use a macro to read data in from a sheet cell by cell and then store it into an array. Saving the data this way seems to be pretty time consuming. Turning off the screen refresh does help though.
From an efficiency perspective, would it be better to actually include the data directly in the VBA code instead of referencing a sheet?
Thanks in advance.
I have a large amount of static data i.e. it will never need to be changed.
It's 146,000 rows by 20 columns.
What I typically do is use a macro to read data in from a sheet cell by cell and then store it into an array. Saving the data this way seems to be pretty time consuming. Turning off the screen refresh does help though.
From an efficiency perspective, would it be better to actually include the data directly in the VBA code instead of referencing a sheet?
Thanks in advance.