View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Barb[_5_] Barb[_5_] is offline
external usenet poster
 
Posts: 4
Default Excel VBA Error Message

I have an excel vba routine that uses a user form to
control processing of a "catalog" of information on a
worksheet. The code executes perfectly the 1st time it is
called after the application has been opened. If I execute
it a 2nd time I frequently get either an excel crash or an
excel error message that says "The object invoked has
disconnected from its client" . This message is followed
by an excel crash. I have no idea what this means. Help is
appreciated.

The code is invoked by clicking a control button.