ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   last entry from selected area (https://www.excelbanter.com/excel-programming/346924-last-entry-selected-area.html)

SURESH

last entry from selected area
 
Dear friends..

i want your help regarding this subject.. can anyone help me?

actually, i have a big database in excel.. dont want to go last and first...
i want to know in certain cell (B1) which is the last entry had done in A:A.

thanks in advance


suresh tp



Norman Jones

last entry from selected area
 
Hi Suresh,

Your question is not clear but perhaps try::

'=========
Public Sub aTester()
Range("B1").Value = Cells(Rows.Count, "A"). _
End(xlUp).Value
End Sub

'<<=========


---
Regards,
Norman



"SURESH" wrote in message
...
Dear friends..

i want your help regarding this subject.. can anyone help me?

actually, i have a big database in excel.. dont want to go last and
first... i want to know in certain cell (B1) which is the last entry had
done in A:A.

thanks in advance


suresh tp





All times are GMT +1. The time now is 12:34 PM.

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