Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 33
Default Forms and scrolling

Hello:
I have a form with four buttons. The procudure under all of the buttons
shows a number of rows. When one of the buttons is pushed, it produces a
large number of rows, but really not that many, HOWEVER, I am then not able
to scroll vertically to see all of the records. THe form is set to modal =
false, and scrolling is enabled on the sheet. What's up? Is there something I
can add to the code to enable scrolling?

thanks, Germaine
  #2   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default Forms and scrolling

userform1.show false

"Bettergains" wrote:

Hello:
I have a form with four buttons. The procudure under all of the buttons
shows a number of rows. When one of the buttons is pushed, it produces a
large number of rows, but really not that many, HOWEVER, I am then not able
to scroll vertically to see all of the records. THe form is set to modal =
false, and scrolling is enabled on the sheet. What's up? Is there something I
can add to the code to enable scrolling?

thanks, Germaine

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 33
Default Forms and scrolling

Okay. Your answer is a bit cryptic however. I have tried putting this code
(myform.show false) into the code that launches the form (doesn't work
there), and into the bottom of the code that runs the particular button click
event in question. Neither is working. In any case, I am able to scroll
horizontally, but not vertically. This is the crux of the problem. When the
number of rows extend beyond the page view, I am unable to scroll vertically
to see any rows out of view. What am I missing?

This particular form has 4 buttons. When any are pushed, all the filters are
cleared and then columns are hidden and rows displayed per the value
selected.

This is one of two forms. The scrolling doesn't work even when the other
form has not been used or has been closed. (Using the default "x" in upper
right corner.)

Thanks, Germaine.

"JNW" wrote:

userform1.show false

"Bettergains" wrote:

Hello:
I have a form with four buttons. The procudure under all of the buttons
shows a number of rows. When one of the buttons is pushed, it produces a
large number of rows, but really not that many, HOWEVER, I am then not able
to scroll vertically to see all of the records. THe form is set to modal =
false, and scrolling is enabled on the sheet. What's up? Is there something I
can add to the code to enable scrolling?

thanks, Germaine

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 33
Default Forms and scrolling

Alright, my user error. The window was split. The forms were not modal, so no
additional code was needed; simply turned off the split/freeze (can't
remember exactly which.)

"Bettergains" wrote:

Hello:
I have a form with four buttons. The procudure under all of the buttons
shows a number of rows. When one of the buttons is pushed, it produces a
large number of rows, but really not that many, HOWEVER, I am then not able
to scroll vertically to see all of the records. THe form is set to modal =
false, and scrolling is enabled on the sheet. What's up? Is there something I
can add to the code to enable scrolling?

thanks, Germaine

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
Excel- smooth scrolling (instead of 'snap' scrolling) scooterbaga Setting up and Configuration of Excel 2 April 24th 08 02:16 PM
Vertical scrolling...jumps rather than smooth scrolling Miller Man Excel Discussion (Misc queries) 2 January 23rd 07 07:11 PM
Live Scrolling/Real-Time /Smooth Scrolling doesn't work for me in Excel, even 2007 beta [email protected] Excel Discussion (Misc queries) 2 July 21st 06 01:21 AM
Live Scrolling/Real-Time /Smooth Scrolling doesn't work for me in Excel 2003 [email protected] Excel Discussion (Misc queries) 0 May 12th 06 03:15 AM
Calling Forms from Forms - Exit problems Stuart[_5_] Excel Programming 3 May 25th 04 06:50 AM


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