pulsecoding
New Member
- Joined
- May 26, 2011
- Messages
- 31
Hi all,
I wanted to know that how excel works when large amount of excel file is opened.
I have a workbook with 30000 rows and 20 columns filled data.
Using macro I read each line & then each column for some validation.
so when this workbook is opened is all 30000*20 cells are loaded into working memory or when cell request comes then only it gets loaded into memory?
is it good to use array to read some 200 rows first and then checking each row and each column in this array or read directly?
thanks
I wanted to know that how excel works when large amount of excel file is opened.
I have a workbook with 30000 rows and 20 columns filled data.
Using macro I read each line & then each column for some validation.
so when this workbook is opened is all 30000*20 cells are loaded into working memory or when cell request comes then only it gets loaded into memory?
is it good to use array to read some 200 rows first and then checking each row and each column in this array or read directly?
thanks