Thread: ComErrors
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PeteSmith PeteSmith is offline
external usenet poster
 
Posts: 9
Default ComErrors

I am getting two Com Exception messages intermittently when either
a. trying to instantiate/get a reference to a Name objec
b. trying to instantiate/get a reference to a command bar objec

The messages are eithe
a. Call rejected by calle
b. HResult: Ox800AC47

Whilst I can overcome the call rejection error by making the error handler deal retry for a given number of attempts, this is far from ideal
Anybody been here

Cheer
Pet