View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Show/Unload Userform

Strange

If you use "Unload Me" in the code in the userform module do you have the same problem then

Where do you use the code line
Unload frmWEFNetPlotting

--
Regards Ron de Bruin
http://www.rondebruin.nl



"StephanieH" wrote in message ...
For some reason, I keep getting a message "Runtime error 361. Can't unload
this object."

The part that has me stumped is that
"frmWEFNetPlotting.Show" works fine.

"Unload frmWEFNetPlotting" debugs with that message.

Any suggestions? Obviously they're referencing the same object, but I don't
see why it will show the object, but then not unload it.