Jaymond Flurrie
Well-known Member
- Joined
- Sep 22, 2008
- Messages
- 921
- Office Version
- 365
- Platform
- Windows
Like I've brought up couple of times here already (thanks for everyone helping me!), I have a huge array. That array has about 100 000 x 80 elements and it is denoted (excluding the header-column and header-row) by zeroes and ones ie. it's a binary map but if I have a 8 million cell range (that array comes from querying an external workbook), is that a binarymap or are those strings or what are those? If that is not a binarymap already (I would guess it's not), what's the smartest way to save as much memory as possible here? Can I do some SQL query which says that "yeah, looks like strings there, but just treat that as a binarymap"? Any other smart ways to improve performance?