ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Looping (https://www.excelbanter.com/excel-programming/280982-re-looping.html)

J.E. McGimpsey

Looping
 
One way:

Dim cell As Range
Set cell = Range("A1")
Do Until IsEmpty(cell.value)
'do something
Set cell = cell.offset(1, 0)
Loop

In article ,
Darrel wrote:

I would like to execute my macro until it encounters an empty cell. How can
I check for an empty cell in a macro?



All times are GMT +1. The time now is 07:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com