View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Word 2007 opening problem...

You may want to ask in a programming newsgroup such as
microsoft.public.word.vba.general where you are more likely to get a
knowledgeable reply.

--
Stefan Blom
Microsoft Word MVP




"Jeffery B Paarsa" wrote:

Hello,

Through a VB app. developed by Visual Studio 2005 I am opening a Word
document template, pupulate it from VB Userform data and print it. So far no
problem but after printing I save the document and try to close the document.
While it seems document is closed but Word empty window stays open.

Now when I go to the directory I have saved the document and try to open the
document it can not open it and it gives me the following dialog error.

The Office Open.XML file (Paarsa)(20090519010537).doc cannot be opened
because there are problems with the contents. Clicking on the Details
shows the following:
Details
Unspecified error
Location: Part:/word/header1.xml, Line: 2, Column: 3263

How can I find out what is wrong with my document?

Strang is that I do this for multiple Word Template some works with no
problem and some does not... I tend to beleive there is something wrong
inside of my Word Template X.dot that does not work. How can I find this
problem?


--
Jeff B Paarsa