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

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

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 most recently entered number within a column The Stoat Excel Worksheet Functions 3 February 23rd 09 09:21 PM
FINDING THE LAST ENTERED NUMBER IN A ROW OF DATA Morton Detwyler Excel Worksheet Functions 7 July 6th 08 04:14 AM
Finding replicate data in a column accidentally entered Fran Excel Worksheet Functions 1 March 11th 08 01:43 PM
Finding total via entered text roy.okinawa Excel Worksheet Functions 4 November 30th 05 10:35 PM
Finding the last row entered Steved Excel Worksheet Functions 5 March 15th 05 10:03 PM


All times are GMT +1. The time now is 07:05 AM.

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"