Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim col As Range
Dim cCount Dim i As Long Do i = i + 1 cCount = WorksheetFunction.CountA(Columns(i)) If cCount 0 Then 'do your stuff End If Loop Until cCount = 0 -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "axg275 " wrote in message ... Guys Is there a way to to run a macro until it encounters a colomn with no information in any cell? Thanks for help --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to search within a row or colomn for a particular string | Excel Worksheet Functions | |||
Label colomn with the headers | Excel Worksheet Functions | |||
adding cells in a colomn | New Users to Excel | |||
colomn to row | Excel Discussion (Misc queries) | |||
sum of colomn.. | Excel Discussion (Misc queries) |