![]() |
link to identify lastest entry in the row
hello community
can community assist me on how to set this task in my worksheet :- scneario: i created a record of many rows in worksheet 1 and I wanted it to tell me whenever there is a last entry into the latest cell (row) in worksheet 1 and the entry will be shown in worksheet 2 in a specified located cell hope those who read can understand what I am saying thanks community -- oldLearner57 |
link to identify lastest entry in the row
You can do this with a simple user defined function Function GetLastValue(Col As Range) GetLastValue = Col.Parent.Cells(65536, Col.Column).End(xlUp).Value End Function -- mrice Research Scientist with many years of spreadsheet development experience ------------------------------------------------------------------------ mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931 View this thread: http://www.excelforum.com/showthread...hreadid=540216 |
All times are GMT +1. The time now is 05:48 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com