Re: Open events takes forever
From: Harold (haroldk_at_microsoft.com)
Date: 10/10/04
- Next message: PeterNZ: "RE: Can I extract a XSLT from a Word DOcument?"
- Previous message: anonymous_at_discussions.microsoft.com: "Trouble with Fill-In fields in Word 2002"
- In reply to: Guy Cohen: "Open events takes forever"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 10 Oct 2004 16:50:51 -0500
Usually, if Word hangs opening a document, it indicates that there is
something wrong with the document or Word is attempting to load an attached
template or link that is not available.
On the other hand if Word is hanging when starting then the issue may be the
Normal.dot, an installed template addin, ComAddin or a problem with one of 2
keys in the Registry,
Word is slow to start, print, or load documents
http://support.microsoft.com/default.aspx?scid=kb;en-us;280821&Product=wrd20
How to troubleshoot damaged Word 2000 documents
http://support.microsoft.com/default.aspx?kbid=211634
-- Harold Kless, MCSD Support Professional Microsoft Technical Support for Business Applications haroldk@microsoft.com -- This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm "Guy Cohen" <imp_l@netvision.net.il> wrote in message news:%23gLp1FvrEHA.3876@TK2MSFTNGP15.phx.gbl... > Hi all. > I use VB6 code to change DocVariables inside a Word document. > > I use: > Line1:Dim WordApp As Object > Line2:Dim WordDoc As Object > Line3:Set WordApp = CreateObject("Word.Application") > Line4:Set WordDoc = WordApp.Documents.Open(strFileName, , True) > > The application hangs. When I use a breakpoint on line 4 - I reach there > after a short time. > I guess line 4 causes the problem. > strFileName contains a filename on my HD!!! > > Please advise > Guy > >
- Next message: PeterNZ: "RE: Can I extract a XSLT from a Word DOcument?"
- Previous message: anonymous_at_discussions.microsoft.com: "Trouble with Fill-In fields in Word 2002"
- In reply to: Guy Cohen: "Open events takes forever"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|