Multipage forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I update one page on a multipage form after some information is
entered on another? eg Information is entered on Page 3 and transferred to a
worksheet The information displayed on page 4 now needs to be updated from
what was loaded when the form initialized.

Many Thanks in advance
 
Not sure that i totally understand what you need, but check out the multipage
change event, if you put something there then it will run your code when you
change sheets such as updating page 4 when you switch from page 3. If this is
not what you mean please provide a little more info on what you are trying to
update and when.
 
Thanks John

That did the trick.
--
AJM1949


John Bundy said:
Not sure that i totally understand what you need, but check out the multipage
change event, if you put something there then it will run your code when you
change sheets such as updating page 4 when you switch from page 3. If this is
not what you mean please provide a little more info on what you are trying to
update and when.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top