polarisking
Member
I have a common formatting routine that for a given worksheet computes the last row, loops through each row and depending if ROWNUM MOD 2 is 0 or 1 formats the entire row with alternating colors, aka Zebra formatting.
Never thought this process was that "expensive", performance-wise, until today. My sheet has 800,000+ rows with 7 columns and the formatting process is taking 40sec on a 64bit machine with 64GB RAM and Intel W-2155 @ 3.30Ghz processor (so all the performance drag is on me.)
Any ideas how I can I make the alternating row formatting most efficient?
Never thought this process was that "expensive", performance-wise, until today. My sheet has 800,000+ rows with 7 columns and the formatting process is taking 40sec on a 64bit machine with 64GB RAM and Intel W-2155 @ 3.30Ghz processor (so all the performance drag is on me.)
Any ideas how I can I make the alternating row formatting most efficient?