I searched the forums, and found a similar thread, but the problem was different:
I've come across a bug that i've replicated on 2 different computers using Excel 2007.
Add a UserForm. Add a MultiPage control. On Page2, drop a WebBrowser control on it.
Run the program. Flip between Page1 and Page2. Notice that the first time you see the webbrowser on Page2 its there? But when you move away from Page2, and then go back, its gone.. until you re-run the program.
How do you fix this? When the webbrowser control vanishes, you can't use it, and it causes errors.
HTML:
http://www.mrexcel.com/forum/showthread.php?p=2225310&highlight=multipage+webBrowser#post2225310
I've come across a bug that i've replicated on 2 different computers using Excel 2007.
Add a UserForm. Add a MultiPage control. On Page2, drop a WebBrowser control on it.
Run the program. Flip between Page1 and Page2. Notice that the first time you see the webbrowser on Page2 its there? But when you move away from Page2, and then go back, its gone.. until you re-run the program.
How do you fix this? When the webbrowser control vanishes, you can't use it, and it causes errors.