Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Don is offline
external usenet poster
 
Posts: 21
Default Finding empty cell in list

Ok, I know I've seen this before, but I'm sorry, but I've lost my reference.

Please, would someone post the snipit for finding the next empty cell in a
list/column.

Thanks,
Don


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 104
Default Finding empty cell in list

Hi Don, Try this....

Dim LastRow as Long
LastRow = Range("A2").End(xlDn).offset(1,0).Row

This will find first empty in the list/Column or find the bottom of the list


HTH, Rick




"Don" wrote in message
...
Ok, I know I've seen this before, but I'm sorry, but I've lost my

reference.

Please, would someone post the snipit for finding the next empty cell in a
list/column.

Thanks,
Don




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default Finding empty cell in list

something like this

Sub test()
Dim LastRow As Long
LastRow = Range("A1").End(xlDown)(2).Row
Debug.Print LastRow
End Sub


--


Gary


"Don" wrote in message
...
Ok, I know I've seen this before, but I'm sorry, but I've lost my reference.

Please, would someone post the snipit for finding the next empty cell in a
list/column.

Thanks,
Don



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Finding empty cell in list

Just use CTRL & either the up or down arrow after selecting any cell in a
column

A White
----------------------------------------------------------------------------
-------
All Outgoing Mail Checked By Norton Anti-Virus 2003
----------------------------------------------------------------------------
-------

"Don" wrote in message
...
Ok, I know I've seen this before, but I'm sorry, but I've lost my

reference.

Please, would someone post the snipit for finding the next empty cell in a
list/column.

Thanks,
Don




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding First Empty Cell in a Column TomHull Excel Discussion (Misc queries) 5 November 9th 09 01:19 AM
Finding Next Empty Cell in Column caldog Excel Programming 4 February 3rd 06 02:41 PM
Finding next empty empty cell in a range of columns UncleBun Excel Programming 1 January 13th 06 11:22 PM
Finding next available empty cell in a row Wendy Excel Programming 3 January 13th 06 11:02 PM
Finding the next empty cell. Unknown_User[_3_] Excel Programming 10 May 19th 04 02:45 PM


All times are GMT +1. The time now is 08:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"