Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bernie,
I just tested it and that's exactly what I needed. I can't thank you enough for your help. Max "Bernie Deitrick" <deitbe @ consumer dot org wrote in message ... Max, A lot depends on what you consider "Blank" With the activecell in column A: If Intersect(ActiveCell.Offset(1, 0), _ ActiveCell.EntireColumn.SpecialCells(xlCellTypeBla nks)) Is Nothing Then ActiveCell.Offset(1, 0).Select Else If ActiveCell.End(xlDown).Row < Rows.Count Then ActiveCell.End(xlDown).Select End If End If This can be re-written for use with a range object so that selecting a cell isn't needed... HTH, Bernie MS Excel MVP "Max Bialystock" wrote in message ... How can I find the next not empty cell in column A? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find first empty cell in column | Excel Discussion (Misc queries) | |||
Find first empty cell in column | Excel Discussion (Misc queries) | |||
How to: Find first empty cell in column | Excel Worksheet Functions | |||
Find First empty cell at end of Column A | Excel Programming | |||
Find a empty cell in next column | Excel Discussion (Misc queries) |