RE: $$Excel-Macros$$ Re: Test XL 2007 code on XL 2010

2012-01-06 Thread Asa Rossoff
, January 05, 2012 9:02 AM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Re: Test XL 2007 code on XL 2010 Hi Asa, Thanks for testing the code. I always use arrays. Application.counta and index would work on arrays just like worksheet function works in ranges. Anyway I

RE: $$Excel-Macros$$ Re: Test XL 2007 code on XL 2010

2012-01-06 Thread Asa Rossoff
@googlegroups.com] On Behalf Of Asa Rossoff Sent: Friday, January 06, 2012 2:56 AM To: excel-macros@googlegroups.com Subject: RE: $$Excel-Macros$$ Re: Test XL 2007 code on XL 2010 Hi Kris, Works fine! I think .Index worked ok on the array, and a quick test with .Count seemed to work. I wonder

Re: $$Excel-Macros$$ Re: Test XL 2007 code on XL 2010

2012-01-06 Thread Kris
Hi Asa, Thanks. Cheers Kris -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2)

$$Excel-Macros$$ Re: Test XL 2007 code on XL 2010

2012-01-05 Thread Kris
Hi Asa, Thanks for testing the code. I always use arrays. Application.counta and index would work on arrays just like worksheet function works in ranges. Anyway I converted those variant array into a range. Can you please test this one for me ? Sub kTest_v2() Dim ka As Range, k(), i