View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default UserForm: Jump to the next visible cell

See this for help:

http://tinyurl.com/2ewcl

--
Regards,
Tom Ogilvy



"Gabor G" wrote in message
...
Hi, I'm using German Excel'97.

I have Userform, which helps visualising and editing an excel table of

more
thousand records and more than 70 data elements in each record. Functions
like ScrollBar, SpinButton and other good stuff is provided.
It works fine, but I have to provide various selections of the excel

table,
for instance colums AR is "Department" and I have macros providing
convenient selection of one or the other departments' records. The problem
is when the user clicks the macro button of her/his deparment, the macro
selects the respective department's records, however the userform opens

the
first record on the table which is in most cases hidden, due to the
selection.

I cannot make a code which would open the UserForm filled with the first
visible record on the selected excel table .
I also have problems putting a code together for the SpinButton which

would
jump on to the next visible record, jumping over hidden ones.

I would appreciate your help.

Gabor