PC Review


Reply
Thread Tools Rate Thread

Autofilter: jump from visible row to visible row by command button

 
 
richard.brennecke@onlinehome.de
Guest
Posts: n/a
 
      4th Nov 2006
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

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Command button continues to be visible! CAPTGNVR Microsoft Excel Programming 11 8th Oct 2008 05:18 PM
Command Button Not Visible =?Utf-8?B?QnJpYW4=?= Microsoft Access Form Coding 3 27th Mar 2006 09:09 AM
Command Button Always Visible in window avveerkar Microsoft Excel Misc 2 11th Jan 2006 12:21 PM
Re: Command Button visible dependant on a value Graham Mandeno Microsoft Access 0 24th Nov 2005 10:10 PM
Make Command button Visible/Not Visible Alex Martinez Microsoft Access Form Coding 4 6th Aug 2005 08:55 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:17 AM.