Hello Macdave_19,

The MultiPage's Value property determines which page is active (shown in front). It is zero based, so you will need to subtract one from the page number.

Example - Select Page 2
MultiPage1.Value = 1
Sincerely,
Leith Ross