View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
StephanieH StephanieH is offline
external usenet poster
 
Posts: 95
Default Show/Unload Userform

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.