> You are welcome.
> The use of Option Explicit in all modules is strongly recommended.
[quoted text clipped - 9 lines]
> To...
> If c.Interior.ColorIndex <> xlColorIndexNone Then
Clinton,
The feedback is appreciated.
A note... If you were to start running the code over large ranges -
thousands of rows/dozens of columns - then the code would need tweaking
to reduce the memory load. The string array construction is not optimized.
Sincerely,
Jim Cone
Portland, Oregon USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)
"Whois Clinton"
<WhoisClinton@discussions.microsoft.com>
wrote in message
Jim,
I cannot thank you enough for your help. I have been counting up to 1500
cells in 25 workbooks and was anticipating another 160 workbooks every year.
You have saved me weeks of counting and also made me look quite computer
savy. Everything you recomended worked and worked well.
Thanks again!!!
Clinton
"Jim Cone" wrote:
> You are welcome.
> The use of Option Explicit in all modules is strongly recommended.
[quoted text clipped - 9 lines]
> To...
> If c.Interior.ColorIndex <> xlColorIndexNone Then
Whois Clinton - 28 May 2008 20:36 GMT
No problem, the cells are in clusters of 50-180 throughout a worksheet, so I
should be ok. Thanks again.
> Clinton,
> The feedback is appreciated.
[quoted text clipped - 32 lines]
> > To...
> > If c.Interior.ColorIndex <> xlColorIndexNone Then