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: 4
Default Multipage control

I have a multipage control on my form

Below is the macro code

Sub App()

Dim frmL2Form As UserForm1

Set frmL2Form = New UserForm1


frmL2Form.Height = 280
frmL2Form.Width = 350
frmL2Form.ScrollHeight = 900
frmL2Form.ScrollWidth = 1000
frmL2Form.KeepScrollBarsVisible = fmScrollBarsBoth
frmL2Form.PictureAlignment = fmPictureAlignmentBottomRight
frmL2Form.PictureSizeMode = fmPictureSizeModeClip

frmL2Form.Show

End Sub


The multipage height and width is greater than the form height and width

The issue is when the Multipage tab is clicked.

The form scrolltop changes to 100 eventhough I have it set
to
Private Sub MultiPage1_Change()
UserForm1.ScrollTop = 0

End Sub

Any help is greatly appreciated

 
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
MultiPage Control Patrick C. Simonds Excel Programming 6 September 25th 07 03:59 PM
MultiPage control Patrick Simonds Excel Programming 0 August 5th 06 05:33 PM
MultiPage control Patrick Simonds Excel Worksheet Functions 1 August 5th 06 05:32 PM
Set Focus Problem for textbox control on multipage control ExcelDeveloperSPR Excel Programming 1 July 16th 04 08:54 PM
MultiPage control George[_18_] Excel Programming 0 February 6th 04 03:33 PM


All times are GMT +1. The time now is 07:00 AM.

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"