Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default Vertical scroll bar in a MultiPage

Hi,

I'm trying to make a vertical scroll bar in a multipage work. The height of
the scroll bar is 373, of the multipage is 390 and of the form is 474.

Someone else posted that the property height of the scroll bar should be
greater than the form's. I tried it but it didn't work.

Any ideas?

TIA.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 214
Default Vertical scroll bar in a MultiPage

Hi anonymous,
An example:

Private Sub UserForm_Initialize()
MultiPage1.Value = 0
MultiPage1(0).ScrollBars = 2
MultiPage1(0).ScrollHeight = MultiPage1.Height * 2
End Sub

MP

"anonymous" a écrit dans le message de
...
Hi,

I'm trying to make a vertical scroll bar in a multipage work. The height

of
the scroll bar is 373, of the multipage is 390 and of the form is 474.

Someone else posted that the property height of the scroll bar should be
greater than the form's. I tried it but it didn't work.

Any ideas?

TIA.


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
vertical scroll bar Jill Excel Discussion (Misc queries) 1 December 10th 09 11:43 PM
Vertical scroll bar length Aura Excel Discussion (Misc queries) 1 November 27th 09 12:10 PM
Vertical Scroll Bar AK Excel Worksheet Functions 0 April 18th 05 06:22 PM
vertical scroll bar goes too far? ScottSabo Excel Discussion (Misc queries) 2 April 6th 05 08:53 PM
How do I limit the vertical scroll? suefallston Setting up and Configuration of Excel 3 March 17th 05 12:58 AM


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