View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Drummer361 Drummer361 is offline
external usenet poster
 
Posts: 16
Default MultiPage change CRASH!

I have a MultiPage on a userForm with 6 tabs.

It works fine until I save the Workbook, exit, and go back in. When I
enter the userForm, if I change the MultiPage tab, Excel crashes and
takes a dump upon change.

I have code that formats text boxes and captions depending on which
MultiPage tab is depressed, and this code works fine if I edit the VB
code and save the workbook from the VB window.

It only crashes if I save it from my userForm SaveAs button.

Anybody have any general advice?