LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Autofilter: jump from visible row to visible row by command button

Hi all,
I got a worksheet (4000 rows) filtered by autofilter. Using command
buttons in an userform I want to navigate up or down within the visible
lines of the worksheet, skipping the hidden ones. Using a code to
navigate downwards like:

JMP:
IF Rows(HYPLNKROW).Hidden = False Then
Cells(HYPLNKROW, 9).Select
ELSE
HYPLNKROW = HYPLNKROW + 1: GoTo JMP
END IF

will work quite slowly. Is it possible to navigate through the visible
lines only? (E.g. when I navigate through the same worksheet manually
using the up or down arrows it is of course very quick because EXCEL
kind of recognises the visible lines...)

Any chance to accelerate the procedure WITHOUT changing the worksheet??

Thanks in advance and best regards Richard

 
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
autofilter sort not visible gefilte Excel Discussion (Misc queries) 1 February 15th 06 09:45 PM
Command Button Always Visible in window avveerkar Excel Discussion (Misc queries) 2 January 11th 06 12:21 PM
How do I make a command button invisible or visible? Mandora Excel Programming 3 February 17th 05 08:40 PM
Make Command Button visible only in .xlt? RPIJG[_23_] Excel Programming 2 May 17th 04 07:14 PM
UserForm: Jump to the next visible cell Gabor G Excel Programming 2 April 6th 04 02:00 PM


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