Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Filtered list question

If I have a filtered list, can I determine which columns are shown and
which are hidden after the filter is applied?
I tried using the following code but it does not detect filters rows,
it only detects if I manually hide the row.
Thanks - mike


Function Isvis(row, column)
Application.Volatile

Worksheets("Connector").Activate
ActiveCell.Offset(row, column).Activate
ActiveCell.Offset(row, column).Select
If ActiveCell.EntireRow.Hidden = True Then
Isvis = 0 'row is hidden
Else
Isvis = 1 'row is not hidden
End If
End Function
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
A list of what is being filtered on? Mel Excel Discussion (Misc queries) 5 August 27th 08 05:08 PM
Filtered Cell Question Bg Excel Worksheet Functions 3 April 25th 06 03:10 AM
Top 25 in a filtered list John Wilson Excel Programming 3 February 13th 06 12:51 AM
filtered list question Bob B Excel Discussion (Misc queries) 4 December 27th 05 07:04 PM
Sorting a Filtered List Alex J Excel Programming 3 February 19th 04 06:14 PM


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