Thread: Word document.
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Newbie Newbie is offline
external usenet poster
 
Posts: 3
Default Word document.

Hello !

I'm trying to open a Word document with this code :

Set Wrdapp = New Word.Application
Set WrdDoc = Wordapp.Documents.Open (filename=.....)

On a specific PC, I'm getting this error message :

Server is busy.
Impossible to terminate this action because the other application is busy.
Clic on "Toogle to" to activate the busy application"

What could be the problem ?

Thanks for help.

Newbie.