Registry Key Not found
I use Office XP with operating system Windows XP Proffessional.
Since couples of weeks when I open Word Application it gives message Error:
Registry key not found.
When I press Ok it opens the new page or the page I wanted to open from the
saved file.
But when I use Outlook to send the message whether new or forward or reply
after writting the message when I hit the send button it send the
message"Interface not registered" and does not send the message nor it saves
in the draft folder. it is making my life very difficult since I am unable to
send the reply to my emails.
Can someone help to solve this probelm?
--
Dipak Kantelal
Dubai Tag: Word application errors Tag: 86368
New Page - Not Blank
Somehow my daughter changed "File New Document" - it now
has a grade 6 storey on it. How can I update to show a
blank new page Tag: Word application errors Tag: 86367
macro's disabled
I had the trial version of Microsoft Office and then
bought the Office 2003 Student Teacher over the net. They
gave me a product Key and I entered it. I now have the
Office, but the Microsoft Word documents that I have
still say that the Macros are disabled. I can't make any
changes to them untill I Enable them. How do I do that? Tag: Word application errors Tag: 86363
Error: Registry Key Not Found
When I open the Word (office XP VVersion) it gives
immediate message "Error: Registry Key Not found" When I
press Ok then it opens theword page.
The problem is that when i use OutLook when I am writting
new message or forward or reply the message message it
gives message that says "interface not registered" and
does not send the message nor it saves in the draft nor
it allows to save in other folder this message that I
write. So I am unable to use Outlook to send messages
only to receive it. It is driving me crazy being unable
to use the E mail system to reply to e mail received.
Can someone help me to solve this problem?
Look forward to early reply. Tag: Word application errors Tag: 86360
Word 2000 Corrupts Word 2003 document
When a table created in Word 2003 is opened in Word 2000
it is corrupted anyone got any ideas please? Tag: Word application errors Tag: 86356
Error when opening Word document
Hi there,
I am not sure what is happening now. This is the first time I have actually
worked on a word document since you were here.
When I try to open a previous document (or the one I just finished) It is
asking:
Word automatically saved changes to the normal document template. Do you
want to load it?
It won't load anything if I hit yes:
It will open for me if I hit NO, but I don't want to have to deal with that
each time....
also, when I went in to search for the document/file I just finished,
it told me I had 70 associated files (impossible for me) and there were a
ton of " user@.....'s". What is that? They seem to multiply as I save.....
--
babalas Tag: Word application errors Tag: 86355
Toolbar Lock-up
Hi,
I have automated the opening of Word documents. From a VB
menu application, the user clicks a Word document (link to
a file) and then it opens in Word.
This works OK 99% of the time. However, sometimes after
opening, the tool bars and menu bars 'lock'. I cannot
click them. The document is loaded OK, and I can type
text. If I switch to another program by clicking on it on
the task bar, and then return to Word, the tool bars are
unlocked and everything is fine again.
Ideas anyone?
Thanks,
John Tag: Word application errors Tag: 86354
error 109:606 on word ?
when trying to open a word attachment, word opens up ok but then comes up
with a 109:606 message. what is the fix for this problem Tag: Word application errors Tag: 86353
Error opening encryoted file
i had encrypted an old MS word 97 file with a password.
after that when i installed ms office xp and when i try to
open the file it gives an error msessage that the filename
or document path is not valid. i really need that file. Tag: Word application errors Tag: 86352
"runtime error"
Today when using MS Word, I received a "runtime error" in
the middle of typing a document. When I clicked OK, the
program immediately shut down and all information was
lost. How can I remedy this problem? I have Word 2002. Tag: Word application errors Tag: 86351
can't use calendar wizard in office xp
I have tried to make a calendar in word (office xp). Had error message 1635.
How can I make calendars? Tag: Word application errors Tag: 86349
Office 2000 help
my word 2000 doesn't display it's menu and tool bar,but excel running nomally.
After I reinstall the whole system ,include windows and office ,the problem
is still. Tag: Word application errors Tag: 86343
Word 2003 crashes on WordPerfect document with TextArt
My client is switching from WP8 to Word 2003. Most documents convert
fine, maybe a couple minor glitches now and again, but one type of
document causes Word to crash. If I open a WP8 document that contains
TextArt...lights out. Word drops out to the desktop with a standard
"Send MS a message" error; Word can be restarted, so long as you don't
try to recover the "lost" document.
I opened the same document on a machine with Win98 and Word 2000 and
it opens fine, though the TextArt is omitted. I have not tried this
in Word 2002, nor have I tried in in Word 2003 running on Win98. I
have downloaded updates on Word 2003 to no avail.
Is this a bug in Word 2003, a bug in WinXP (Pro), a bug in Word 2003
running ON WinXP, or what?
I don't care about saving the TextArt; I just can't have the crashes.
Ideas?
Jesse Sackman Tag: Word application errors Tag: 86341
error whenever starting word (or Outlook compose New)
Hi-
I'm an Office XP user who suddenly has word give me the
"Microsoft Word has encountered a problem and needs to
close. We are sorry for the inconvenience. / Send Error
Report" message whenever I try to open Word or use my
Outlook to compose a message.
It insists on opening Word in Safe Mode and refusing to
use it as my Email Editor.
Any tips?
Rob Tag: Word application errors Tag: 86339
how do i print a read only file
i type a document .........then i want to print and it says its a read only
document........wht the hell does that mean Tag: Word application errors Tag: 86338
Muliple HTTP Requests
Hi,
hope anybody can help me.
I use Word 2003 to with the field function includetext to
get HTML formatted
text from a server.
My request:
{INCLUDETEXT
http://10.17.34.86:8994/sg/jsp/contract.jsp?
xml=false&xpath=@id\* MERGEFORMAT
}
This function send 3 http requests to the server (examples
shown in XML
format)
1. request) Wrong request - the & is send as an entity
<?xml version = '1.0' encoding = 'UTF-8'?>
<request>
<parameters>
<xml>false&xpath=@id</xml>
</parameters>
<session>
<SelectedLanguage>de</SelectedLanguage>
<user>PPM</user>
</session>
<cookies>
<JSESSIONID>005cf15e3c654c609c5c943b39c9aced</JSESSIONID>
</cookies>
</request>
2. and 3. request) Request is ok, but send two times
<?xml version = '1.0' encoding = 'UTF-8'?>
<request>
<parameters>
<xpath>@id</xpath>
<xml>false</xml>
</parameters>
<session>
<SelectedLanguage>de</SelectedLanguage>
<user>PPM</user>
</session>
<cookies>
<JSESSIONID>005cf15e3c654c609c5c943b39c9aced</JSESSIONID>
</cookies>
</request>
Why send Word the first request in a wrong way ? Why send
Word 3 requests.
TIA
Oliver Tag: Word application errors Tag: 86333
Errors with Autotext
Hi. Lately I have been working with Autotext and when I insert the autotext
for example "Page X of Y", Word enters garbage in the document. I tried
changing the font and there is still no change in the garbage. Could someone
help me with this problem? Tag: Word application errors Tag: 86332
Word stalls the computer
Whenever I am typing something in word 2002 ( office XP),
the computer will freeze up and I will lose whatever I am
working on. There will be a few pixels of dis-coloration
where the next character should be, and my computer will
no longer respond. The CAPS lock will not even work. The
only option that I have is to reset the PC.
Is this a known issue, or is it just a program conflict.
Also, does anyone know if Microsoft is willing to offer a
refund for a product that does not work?
Thanks for your time Tag: Word application errors Tag: 86325
office 97 administrator problems
using office 97 and loaded it on my new computer. I
tried writing to he d drive and an error said "you do not
have access to drived D, please see your administrator
for access to this drive". Anyone help please? no
support for this version. Many many thanks! Tag: Word application errors Tag: 86323
Thesaurus is not working
Like a dummy I downloaded a screen saver from Freeze.com
and now my thesaurus is not working. What can I do to make
it work again? Tag: Word application errors Tag: 86322
runtime error
I have a runtime error in word. Program C:\Program
files\microsoft office\office10\winword.exe
Abnormal program termination
What do i do to get my document. it keeps giving me the
error message Tag: Word application errors Tag: 86321
re. Saving in WORD
Can anyone help? When I open 'Word', it says "Automation
error" and then when I go to save anything, I can't
because it says: "Compile error in hidden module: tfw
commands"!!! I have no idea what to do... Can anyone
help? Tag: Word application errors Tag: 86320
Word Template Header and Footer not visable when starting new document.
This problem seems to have started with the last Office
2003 major update I installed. I have several stationary
templates that were originally created under previous
versions of Word. They have text and graphic information
in the footer and header portions of the template. Now
when opened in Word 2003, the footer and header
information is not visable on the screen, although it is
still there. It will print out and does appear if you
open the Header and Footer editor subsequently close
them. Further, the information is visable when you check
the Print Preview.
Has anyone else had this problem and know how to fix it? Tag: Word application errors Tag: 86319
Connectors in Drawing toolbar grayed out
Office Professional 2003
In Word, the Connectors sub-menu in the AutoShapes menu of the Drawing toolbar
shows the connectors, but they are grayed out and thus unusable. This is the
only set of objects that is grayed out. Any ideas as to what is causing this
and how to fix it?
In Excel, the Connectors are available and work fine. I can create and
copy/paste a Connector from Excel to Word if necessary (although for some
reason it first appears in a huge drawing box, from which it has to be
disassociated).
Thanks.
Jay Tag: Word application errors Tag: 86314
Getting Japanese page
I've been pulling up a Microsoft.com Japan page when I
try to download items such as clip art, as well as other
downloads. I've checked my language settings, and
everthing seems to be correct. Tag: Word application errors Tag: 86313
Word 2003 Documents
After creating documents in Word 2003, saving, and
closing, I am unable to open the document later. I get a
message that the document is not available. What is
causing this problem? I have a 9-page document that I
really need to open. Tag: Word application errors Tag: 86308
Cannot insert date sep7
Hello
I do not have an option to insert date of
format "September 7, 2004" I have all other options except
for this.
How do I get this format?
Procedure:
--------------
Open Word
Click on Insert
Choose "Date and Time"
Any help would be appreciated. Tag: Word application errors Tag: 86299
'this program is not installed for this user'
whenever I try to open Microsoft word I get an error
message 'this program is not installed for this user'. I
have complately uninstalled and resinstalled it several
times by I keep getting the same error.
I have Word 2002 and Win ME
Please help! Tag: Word application errors Tag: 86293
Word2002_VB runtime error 7 -I can not copy-paste-program won't work
When I start Word 2002 I get a Microsoft Visual Basic message " Run-time
error '7' out of memory with the choice of 'end' and 'help' in boxes.
If I choose end and continue working, and do a copy and paste procedure, I
can not paste; I'll get a message " insufficient memory, save the document
now." I checked for viruses with Norton Antivirus (my subscription ran out
on week ago), but I have been careful. I'm waiting for my antivirus
upgrade. I do download and use many sources of freeware and shareware. I
seem to have no other problems any where else on my computer. I run lots of
software. This just started in the last week; I have been saving many web
pages in mhtml and PDF form lately if that could do me harm. I sent for the
SP2 CD disk to be mailed to me because I have a slow modem. Please help me
fix Word.
Thanks----Randy Tag: Word application errors Tag: 86290
Cannot open Word 2000 at all
I have Word 2000 SR1 that was included with my Dell Computer in Works Suite
2001. I have never had any problem until yesterday. I am now unable to open
Word, or any word document. The program starts to launch, then says that it
has "encountered a program and needs to close" and offers to send an error
report to Microsoft.
I uninstalled and re-installed the software that came with my computer to no
avail. I tried to system restore to an earlier point, but am unable to do
so. I spent 2 hours on the phone with Dell. She had me delete normal.dot,
disable third party browser extensions (in IExplorer), and tried to get me to
change the registry by doing Run C:\Program Files\Microsoft
Office\Office\WINWORD.EXE with a \a at the end, but nothing would open. She
finally gave up and told me to contact Microsoft.
Can anyone please help me? Thanks in advance. Tag: Word application errors Tag: 86284
Microsoft Word 2002 not printing # of copies i enter in
OS: XP Home
Printer HP LaserJet 1000
Microsoft Word 2002
Word is not printing the number of copies i entered in.
Is this a problem with the printer software or Word 2002?
Is there a fix?
Thanks,
Mike Tag: Word application errors Tag: 86283
Global Template
HI
Whenever I try to open word my machine fails to do so and
advises "changes have been made that affect the global
template" etc.
I would be very grateful if someone could kindly advise me
as to how I might solve this problem
Many thanks
Roger Tag: Word application errors Tag: 86282
Word Changes Display Resolution
Windows XP
Office 2000
Microsoft Excel will launch normally
Microsoft Word - when you launch this, it changes the display resolution to
640x480.
When you close Word, it flips your resolution back to normal.
Once you launch Word, you can manually change the resolution back to normal
(1024x768)
I tried launching word from the exe and by opening a file. Same result both
times.
I uninstalled, rebooted, and reinstalled the entire office suite - same
result.
The computer is a Dell Dimension 4550.
Any thoughts? I just think it's weird that Excel works fine and Word
changes the resolution but then will let you change the resolution to
whatever you want and continue to work in Word. Thanks in advance. Tag: Word application errors Tag: 86273
Winword.exe error
I keep getting this error and have done everything
recommended by MS to fix including removing winfax macros,
changing normal.do, deleting and replacing the vsb file,
deleting and reinstalling office.
Any ideas before I reformat? Thanks. Tag: Word application errors Tag: 86272
Word Error
Hello
Now a days whenever i start Word i get this error
This document could not be registered. It will not be
possible to create links from other documents to this
document. I am using office xp. Any help would be great
Thanks Tag: Word application errors Tag: 86271
Word says that normal.dot has been changed
When I quit Word I often get a message saying that
normal.dot has been changed and do I want to save the new
version. If I click yes it says that normal.dot is read
only. If I click no I get another window to close. How do
I avoid this whole process - it makes closing Word a pain
in the butt. Tag: Word application errors Tag: 86269
page number hidden
I need to know how to make the "add page number" option show up entirely.
I added page numbers to the bottom, center of my word 97 document
but it shows up in the footer and when I check the print preview,
I find out that half of the page number is hidden and would not show in the
printed page.
I tried to drag the page number zone square out of the footer area and up
toward the text.
this way, the number does show up in the preview but pushes the text aside
in some pages.
I tried to lower the bottom margin but this did not help either.
please help me find a solution for the page number to show completely
without having to guess the bottom half of the number and without it making
odd spaces in the bottom-text-line of the page.
thank you. Tag: Word application errors Tag: 86267
Error message "Rnaapp has caused an error in user.exe"
When I open Word 2000 my PC locks up with the
message "Rnaapp has caused an error in user.exe"
I think the problem started when I inserted an apparently
defective diskett in my "A" drive. The drive made
grinding noises,never opened, and the problem with Word
began.
I have uninstalled and reinstalled Word,but the problem
persists. Tag: Word application errors Tag: 86265
How do I restore missing fonts?
I was working in a file and now several of my font styles are missing. What
might have happened and how can I restore. Tag: Word application errors Tag: 86264
Repeated Crash/Auto Recovery of Word 2003
Running Word 2003 with Windows XP Pro. Am getting constant
cases of a message stating that Word has a problem and
must restart. Auto Recovery brings back the document. The
event monitor's information (I'll paste it below) doesn't
show up anywhere in the Knowledge Base. So far I can't
correlate it to any other applications or any settings in
Word.
Here's the event:
Faulting application winword.exe, version 11.0.6359.0,
stamp 40c8b025, faulting module winword.exe, version
11.0.6359.0, stamp 40c8b025, debug? 0, fault address
0x0007bfe7. Tag: Word application errors Tag: 86261
Auto-save of e-mail does not work with Word as mail editor!
I am using Office Microsoft Professional 2003, with Windows XP Pro with SP2.
I use Outlook as my main e-mail program, and have "use Word as e-mail
editor" selected.
I have "auto-save" chosen in preferences, so while writing a longer e-mail,
at specified time intervals the message will auto save, so that if my
computer crashes while writing, I will not have lost what I write.
However, while writing an e-mail that takes longer than the specified time
interval for auto-save, a box keeps popping up that says (with "Microsoft
Word" in the heading):
"Saving the auto-recovery file is postponed for "Untitled Message".
In other words, auto-save is not working, the file is not being saved, and I
keep getting that annoying box telling me that.
Using Word proper, not connected to Outlook or e-mail, auto-save works fine.
So this is not a problem with Word by itself, but in connection with using
it as an e-mail editor in Outlook.
Why is auto-save not working in Word Mail, that I keep getting these
annoying pop-up error messages? Any way to fix it? Tag: Word application errors Tag: 86260
Missing toolbar & menu in Word with Automation
I have developed an OCX-control in VB6, in which I control a word-session.
The OCX is used to open word-documents from another application, and also to
place the window docked with the mentioned application window, or to
maximize
the Word-window depending on "type of document".
The control works like a charm on Word XP (version 10), but on Word 2000
version 9.0.x) we have som serious problem.
If the user closes the word application manually, the control automaticly
starts a
new word session. But in some of these new sessions all commandbars and also
the menubar is missing.
I have debugged the control, but regardless how I try to manipulate the
window by
enabling CommandBars.Activemenu and make CommandBars.Visible = true nothing
seems to affect the Word-session.
If I close the application (and the Word-session with it), I starts word
again, the menu
and the commandbars are there again.
On Microsofts KB I found som articles regarding this error but none of them
is helping
me solving this problem.
Is there anyone out there who knows how to tackle this bug?
Thanks in advance
Peter Karlström
Midrange AB, Sweden Tag: Word application errors Tag: 86259
Word keeps crashing!
Hi
Word keeps crashing on me (or hanging). It's normally
when I have a small number of Word docs open plus a draft
Outlook email open (using Word for email. It's happeing
almost every day now and as I work in Word all day it's a
real problem. Any ideas for how I can tackle it?
thanks
Ben Tag: Word application errors Tag: 86258
Word 97 Docs corrupt when opened in Word 2002
We have recently rolled out Office 2002. When users open
docs that were created in Office 97 (usually with macros)
they corrupt. If I use the /a or safe switch they usually
open ok. Can anyone help please? Tag: Word application errors Tag: 86252
opening word attachments from email
When ever I try to open an attachment that someone else
has sent me (typed in word) I get an error saying 'unable
to find file.' Almost like it is trying to find it in my
files. Any help? Tag: Word application errors Tag: 86251
My fonts in Microsoft word disappear after I restart if I use the.
My fonts are dissapearing rapidly. If I use a font in Word, it's gone from
the list the next time I restart. The fonts are still in the font folder, but
I can't install fonts into the folder. I have scanned for viruses but have
come up empty. Any suggestions? Tag: Word application errors Tag: 86250
error message on startup of Outlook
Suddenly I can't open outlook. The error message says that "Outlook has
caused an invalid page fault in maodule MSVCRT.DLL...." etc. Does anyone
know what that means? I'm using Windows 98, Outlook 2000 as part of
Microsoft Office. I didn't install any new programs (or unistall anything
for that matter). I virus scanned but didn't find anything. Tag: Word application errors Tag: 86247
Word 2000 SR-1
Running XP Pro, my old Works suite runs ok but Word is
having problems. I can't uninstall, re-install, repair or
run it. The message I keep getting is, This patch package
could not be opened. Verify that the patch package exists
and that you can access it or contact the applications
vendor to verify that this is a valid Windows Installer
patch package. So what is this telling me and how do I fix
it? Help if you can. Thanks Tag: Word application errors Tag: 86245
invalid page fault
I have Windows 98 with Word that was installed when we
bought the computer. Every time I try to get onto Word, I
get a message that closes the computer down that says
something about an invalid page fault. Any ideas of how to
correct this? I have deleted the program and reinstalled
and am out of options. Tag: Word application errors Tag: 86243
Word 2000 crashes during cutting and pasting between
documents. Any ideas?