Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One way
Sub rununtil() i = 1 Do Until Application.CountA(Columns(i)) = 0 MsgBox Cells(1, i) i = i + 1 Loop End Sub -- Don Guillett SalesAid Software "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) |