I have the following question:
Is there a way in VBA for a bigger table (400x400 cells) to apply the value of each cell as the interior colour "at once"?
"At once" means, that I do not need loops to fill the cells which will take a few seconds.
I've tried out something like
Range("A1:OJ400").Interior.Color = Range ("A1:OJ400").value
but will get a "types incompatible" message.
Best regards
Bernd Frassek
Is there a way in VBA for a bigger table (400x400 cells) to apply the value of each cell as the interior colour "at once"?
"At once" means, that I do not need loops to fill the cells which will take a few seconds.
I've tried out something like
Range("A1:OJ400").Interior.Color = Range ("A1:OJ400").value
but will get a "types incompatible" message.
Best regards
Bernd Frassek