Word VBA >> can't open word documents

by rockyankeeswon » Sun, 01 Aug 2004 00:30:40 GMT

all of a sudden my word documents open up with a grey
screen and microsoft word blinking at the top of the
screen,also just above the task bar it says-running virus
scan.when this happens nothing will get rid of the screen
without rebooting.Any suggestions would be greatly
appreciated

thanks bob


Word VBA >> can't open word documents

by anonymous » Sun, 01 Aug 2004 01:56:30 GMT



virus
screen

In trying different things a message appeared and said
something like- there was something wrong with the
file "normal.dot" not knowing what the heck that was i
impetuously deleted the file.But after
googleling "normal.dot" a microsoft knowledge base
article popped up and it said that microsoft strongly
recommends that you not delete this file well i already
did so what do i do now? Well i was just about to go back
to google when it hit me to go look in my trashcan.I
reinstated the file and another message popped up saying
that their were two "normal.dot files one dated in july
and another back in febuary and so which one did i want?
I chose the one from febuary and the problem resolved
itself.But now i dont know how to prevent this from
happening again? If anyone knows what may have happened
please respond-thanks bob



Word VBA >> can't open word documents

by Helmut Weber » Sun, 01 Aug 2004 02:34:39 GMT

Hi Bob,
as this is a VBA group, concerned with programming Word,
sourcecode to be interpreted by word can be stored in any dot
or doc, though mostly it might be found in normal.dot,
whether you put it there, unvoluntarily, or some program did it.
A viruschecker may have found it and got confused. Deleting or
overwriting normal.dot could be a daily routine. I did it or had
it done programmatically 100,000 times without any error, given
the definition, that an error is the difference between reality
and expectation. As long as you know what you are doing, know that
there is nothing in normal.dot you must keep, deleting it is
best practice in many cases. If you start Word and there is no
normal.dot, Word will create a new, clean, virusfree one,
"like a virgin".
---
Greetings from Bavaria, Germany
Helmut Weber
"red.sys" & chr(64) & "t-online.de"
Word XP, Win 98






Similar Threads

1. can't restart/shutdown my computer AND can't open word documents - Windows XP Help&Support

2. can't open Word documents after upgrading to MS Office 2008 for Mac

Version: 2008
Operating System: Mac OS X 10.4 (Tiger)
Processor: intel

I have recently upgraded to MS office 2008 for mac and now I can't open documents either sent by me to myself or received from others into Entourage. I cannot even save documents either in a .doc of .docx form to desktop to try opening from there. Any ideas?? thanks so much!

3. Can't open word documents

4. can't open word document in favorites

I can't  no longer open a word 2000 in favorites, has anybody ever ran into 
this problem before, please help me   

5. Can't open word documents sent as e-mail attachments

6. can't open word document after string replacements

Hi there,

I have a word document containing pictures and text. This documents 
holds several 'ABCDEF' strings which serve as a placeholder for names. 
Now I want to replace these occurences with names in a list (members). I 
open both input and output file in binary mode and do the 
transformation. However, I can't open the resulting file, Word just 
telling that there was an error. Does anybody what I am doing wrong?

Oh, and is this approach pythonic anyway? (I have a strong Java background.)

Regards,
antoine


import os

members = somelist

os.chdir(somefolder)

doc = file('ttt.doc', 'rb')
docout = file('ttt1.doc', 'wb')

counter = 0

for line in doc:
     while line.find('ABCDEF') > -1:
         try:
             line = line.replace('ABCDEF', members[counter], 1)
             docout.write(line)
             counter += 1
         except:
             docout.write(line.replace('ABCDEF', '', 1))
     else:
         docout.write(line)

doc.close()
docout.close()

7. [OT] can't open word document after string replacements

8. Can't Open WORD documents in Outlook 2003

Help!
I can't open Word documents in Outlook 2003 on my new computer.  I have 
edited my registry so that the Word docs are not stripped out, but I still 
can't open them.  I get the following message when I click on them:  
"Attachment Security Warning" and then it says it potentially may contain a 
virus, etc.   It WILL allow me to save to disk and then open it that way, but 
I want to be able to open from within Outlook.
Any help would be appreciated.  Thanks!  
P.S.:  I have Norton Internet Security installed.

Thanks!
sheri