![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 64
|
I have a form that has several text boxes and several pages of a multipage. The exit action from a text box runs a routine to check the entry for correctness, and save it to the spreadsheet. This works fine going from one text box to another on a page; but if I make a change in a text box and go directly to another page of the multipage, the exit program is not run until I re-enter that page.
Is there a way to capture the exit of one page, or in some way assure that ALL changes get recorded on the spreadsheet? |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
Private Sub MultiPage1_Change() event ?? |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|