I have a multipage userform that has three pages. The pages contain various text boxes and dropdown boxes. When I click on the command button to move to the next page, it goes to the page, but doesn't refresh the page data, it's just blank. When the user clicks on the page header, it refreshes like it's supposed to. Why doesn't it refresh when switching pages via the button? What do I need to add to make it automatically update the page content? Thank you!