Thread: MultiPages
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default MultiPages

You'd have to know on which page the error is and then use the Multipage's
Value property to make that page active, 0 = page 1, 1 = page 2, etc.

--
Jim Rech
Excel MVP
"Bill" wrote in message
...
| Hello,
| I have a dialog with three pages in one multipage. People enter
information
| into each of the pages. I then do a check to see if the info is valid. If
| not, they get a message and sent back to the dialog box. I would like to
| have the dialog box come back with the page where the error is. How can I
| do that?
|
| Thanks.
|
| Bill
|
|