Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 98
Default Return value from the top of an auto filer list.

Hi, What I would like to achive is to be able, once an auto filter has been
applied, to return the value in the first row, to another cell.

So if I have a header row say F17 with an auto filter, and data in
subsequent cells F18 through to F100, if when I use the auto filter can I
retrn the value (Will be text) in the first filtered row, ie this could be a
row from 18 through to a 100.

Regards

Newbeetle.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Return value from the top of an auto filer list.

Modify to suit

Sub firstrowdata()
lr = Cells(Rows.Count, "a").End(xlUp).Row
MsgBox Range("a7:z" & lr). _
SpecialCells(xlCellTypeVisible).Range("a1")
End Sub

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Newbeetle" wrote in message
...
Hi, What I would like to achive is to be able, once an auto filter has
been
applied, to return the value in the first row, to another cell.

So if I have a header row say F17 with an auto filter, and data in
subsequent cells F18 through to F100, if when I use the auto filter can I
retrn the value (Will be text) in the first filtered row, ie this could be
a
row from 18 through to a 100.

Regards

Newbeetle.



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
auto fill or auto search from a list or drop-down list??????? Joe H.[_2_] Excel Discussion (Misc queries) 9 August 29th 08 12:56 AM
Filer rows in Excel FFall Excel Discussion (Misc queries) 1 December 29th 07 09:06 PM
Filer dates Steen Excel Discussion (Misc queries) 2 November 27th 06 11:39 AM
using filer command in excell it locks up my computer Larry King Excel Worksheet Functions 0 June 30th 06 03:18 AM
Filer within Pivot Table Rob Excel Discussion (Misc queries) 2 August 14th 05 10:41 PM


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