![]() |
Another varible range address question
For z = 1 To 26
ActiveCell.Value = Application.WorksheetFunction.CountIf _ (Range(Cells(2, z + 1), Cells(lastrow_in_col, z + 1)), "<=5000") ActiveCell.Offset(0, 1).Select ' move right by one col Next z HTH, Bernie MS Excel MVP "miek" wrote in message ... I get a runtime error on the countif code line can you help with the proper cell referance thanks ' Where lastrow_in_col = 1500th row, changes ' Where z begins in Column B and ends in column AA For z = 1 To 26 ActiveCell.Value = Application.WorksheetFunction.CountIf _ (Range(Cells(2, z + 1) & ":" & Cells(lastrow_in_col, z + 1)), "<=5000") ActiveCell.Offset(0, 1).Select ' move right by one col Next z |
All times are GMT +1. The time now is 10:13 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com