Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.glorb.com!ecngs!feeder.ecngs.de!Xl.tags.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!local2.nntp.ams.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail NNTP-Posting-Date: Tue, 26 Apr 2011 09:58:16 -0500 From: "Mojo" Newsgroups: alt.comp.lang.vb,alt.comp.lang.vba,comp.lang.basic.visual.misc,comp.lang.visual.basic Subject: Re: Keeps asking to save/change normal.dot after I've thrown data from VB6 to MS Word Date: Tue, 26 Apr 2011 15:57:51 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 X-Antivirus: avast! (VPS 110426-0, 26/04/2011), Outbound message X-Antivirus-Status: Clean Message-ID: Lines: 34 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-9VihOHcDEZSx9XMFIC2I0ZF57RAFOd8zolGfZ97GYn/UijVtSlsB7Yc9120K3kBPXQxVtByiuvee54t!m6rSwtxM8IQfqO30RYA0k7jiMUyEivQ99cSGiYd/+vsj0AYNKWYT/1CXJS+G39m5EW+mI86Aq3lA!TTLYWyCfzJikAPw++jO96GyZ5Q== X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2515 Xref: x330-a1.tempe.blueboxinc.net comp.lang.basic.visual.misc:113 Hi All I just can't pin this one down. I have a vb6 app that connects and throws data at a MS Word doc template that I've pre-created. The doc population works fine (ie a copy of the template is used and values put into it) and at the end of the process the doc is displayed to the user, but when the user tries to close the doc or quit the Word app then **some** users seem to get into a little loop of asking if they want to update the normal.dot file. They click cancel to the Save As window, try to close and asked about it again. This doesn't seem to be version specific, because I've seen the same app/word template setup on numerous WinXP/Vista/7 machines using Office 2000/2003/2007/2010 and it works fine, but I've got a large preportion of users who get this annoying loop everytime they call it. Now from my point of view the only thing I can think it is is that I use a WordBasic line to manipulate the filename that is displayed when you go to File/Save As. This obviously manipulates the properties window and might twiddle the normal.dot props as well, but why?? I've got access to 3 machines and none of them have generated this kind of problem. Is there any sure fire way of stopping this normal.dot cafuffle or should I drop the WordBasic line to give the PC a chance? Thanks