Thread: MultiPage Form
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Anant.Basant@gmail.com is offline
external usenet poster
 
Posts: 14
Default MultiPage Form

On Apr 7, 6:28*am, SoNew2This
wrote:
Two questions. I have a label on one of the pages and I want to create a
click_event that will open another form. What is the syntax for this?
And then the pages I am creating are very long. I found some code that
allows a vertical scroll bar when the form is Run, but I can't seem to figure
out how to scroll down on the form in design mode.


A1. Try the following code from eventhandler of the button to open
another form:

FormNameOtherForm.Show

Can you please elaborate what you want to do in the second problem?

Anant