Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 441
Default Find first cell in column's used range

How can I find the first (top) cell in a certain column's USED RANGE?
Mind you, the cell in question may be filled or blank...

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Find first cell in column's used range

set rng = Intersection(Activesheet.columns(3), ActiveSheet.UsedRange)
set rng1 = rng(1)

msgbox rng1.Address

--
Regards,
Tom Ogilvy

"quartz" wrote in message
...
How can I find the first (top) cell in a certain column's USED RANGE?
Mind you, the cell in question may be filled or blank...

Thanks in advance.



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
AVERAGE a range in a column if another column's range equals a val bob$ Excel Discussion (Misc queries) 3 February 24th 09 07:42 AM
How do I get the current column's data from that cell to another? CB Excel Worksheet Functions 0 January 24th 07 06:51 PM
How to lookup row # based on content of another column's cell Mr. Jan Park Excel Worksheet Functions 7 November 2nd 05 12:58 AM
Range.Find returns cell outside of range when range set to single cell Frank Jones Excel Programming 12 June 10th 04 04:22 AM
Help please to match data in a range, get the next column's value. Alper Excel Programming 2 December 15th 03 05:57 PM


All times are GMT +1. The time now is 07:28 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"