Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default 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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default 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



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
Cell Entry That Locks Selected Cells From Any Data Entry. ron Excel Worksheet Functions 5 February 16th 07 09:52 PM
last entry done in certain area SURESH Excel Worksheet Functions 1 December 2nd 05 06:08 AM
last entry from certain area SURESH Excel Worksheet Functions 1 November 30th 05 11:38 AM
Printing only a selected area McManCSU[_10_] Excel Programming 1 July 11th 05 10:16 PM
More help with setting print area to last entry in columns A thru AA and last entry in row 7 KimberlyC Excel Programming 4 July 5th 05 11:01 PM


All times are GMT +1. The time now is 11:05 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"