Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 397
Default After autofilter my results are not visible..



HI guys,

I run a macro which filters a column. (The headers occupy the first 2
rows, the data starts in row 3)

Problem is after filtering excel goes to (or I told it to goto) cell A1,
and then it looks like there is not data to display from Row 3 downards
- but if you just go down twice with your cursor there is data - ie the
filter has worked fine but its just not displaying by default.
HOW DO YOU TELL EXCEL to like "refresh" the screen so that the results
of the filtering are visible???(irrespecitve if the filtered data starts
on row 50, or 1000)

Appreciate your help...!!!

Regards

Darin

*** Sent via Developersdex http://www.developersdex.com ***
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default After autofilter my results are not visible..

Darin,

Try:

Range("A3:A65536").SpecialCells(xlCellTypeVisible) .Cells(1).Select

HTH,
Bernie
MS Excel MVP


"Darin Kramer" wrote in message
...


HI guys,

I run a macro which filters a column. (The headers occupy the first 2
rows, the data starts in row 3)

Problem is after filtering excel goes to (or I told it to goto) cell A1,
and then it looks like there is not data to display from Row 3 downards
- but if you just go down twice with your cursor there is data - ie the
filter has worked fine but its just not displaying by default.
HOW DO YOU TELL EXCEL to like "refresh" the screen so that the results
of the filtering are visible???(irrespecitve if the filtered data starts
on row 50, or 1000)

Appreciate your help...!!!

Regards

Darin

*** Sent via Developersdex http://www.developersdex.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
how can i choose only visible cells from a autofilter? gonzolio Excel Worksheet Functions 3 May 22nd 07 07:30 PM
how can i choose only visible cells from a autofilter? gonzolio Excel Worksheet Functions 0 May 22nd 07 06:45 PM
autofilter sort not visible gefilte Excel Discussion (Misc queries) 1 February 15th 06 09:45 PM
AutoFilter: Loop Thru Visible Rows? Damian Carrillo[_2_] Excel Programming 2 July 21st 05 01:16 AM
AutoFilter - which rows are currently visible? Bjørnar Hartviksen Excel Programming 2 October 6th 03 12:01 AM


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