Hi,
I am currently working in excel 2007 on a spreadsheet containing large raw data amounts (about 700,000-800,000 rows and 20 columns). My macro finds and highlights and records specific sequences of data I want. Testing with smaller datasheets of less than 500 rows, the macro works fine. If i try it on the 700,000+ row spreadsheet, nothing happens. Why is this? Is there a way to get around this limitation assuming my macro doesn't work because the spreadsheet is too large, beyond the limitations of vba?
I am considering trying to use access, but my vba access is not that great, at least not to the point where I can find my sequences via code like I do in excel vba.
I am currently working in excel 2007 on a spreadsheet containing large raw data amounts (about 700,000-800,000 rows and 20 columns). My macro finds and highlights and records specific sequences of data I want. Testing with smaller datasheets of less than 500 rows, the macro works fine. If i try it on the 700,000+ row spreadsheet, nothing happens. Why is this? Is there a way to get around this limitation assuming my macro doesn't work because the spreadsheet is too large, beyond the limitations of vba?
I am considering trying to use access, but my vba access is not that great, at least not to the point where I can find my sequences via code like I do in excel vba.