ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Finding the last entered value in a column (https://www.excelbanter.com/excel-programming/288130-finding-last-entered-value-column.html)

serge

Finding the last entered value in a column
 
Hi,

I would like to find the last entered value in a column.
For exemple: I have a range in column A from A1 to A99. If someone put
in a value in cell A100, I would like to find the value and put the
value in another cell B5.
Can someone help me?


---
Message posted from http://www.ExcelForum.com/


acces[_3_]

Finding the last entered value in a column
 
Range("b5").Value = Sheets("intro").Range("a65536").End(xlUp).Value


---
Message posted from http://www.ExcelForum.com/



All times are GMT +1. The time now is 02:12 AM.

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