1. Help on .NET Word Object Library Range Find.Execute infinite Loop - CSharp/C#
Hi. In every one of my office programs, when I hit the help icon (or from the menu), the program tries to access the internet, but goes into an infinte loop. the only way out is to reboot. Happens in Word, Excel, publisher, etc. Any advice?
3. Infinite loop in Groove 3.1 - Microsoft Office
4. Infinite loop when using track changes
I have been unable to find this problem with Word 2003 documented anywhere. I have written a VBA macro to iterate thorugh the complete set of tracked changes in a Revisions collection of a document. There are 405 changes in this document. At some point while stepping through the collection via a For..Next loop, a deleted Revision object is encountered. Then the previous 2 revisions plus the "deleted" revision are repeated (apparently) infinitely in the Revisions collection. The indexes of the 3 repeated changes iterate (63, 64, 65) even though they apparenlty occupy successive positions in the collection. Obviously, pointers are going awry somewhere within the Revisions collection. If you step through the tracked changes using the Word toolbar, the same thing happens. When you get to the area where the "deleted" Revision/change object is located, Word appears to hang at the same change forever (the 2 changes prior to the deleted object are in the same table cell). Anybody have ideas or can anybody point me to potential bug fixes?
5. Infinite Loop Problem - Word Document management
6. infinite loop in winword.exe
Some months ago, I started getting into an endless loop while simply typing in text in a word 97 document. I did ctrl-alt-del and winword.exe was shown as taking up 100% of the CPU. (I'm using Windows XP.) I stop the process, restart WORD, reload the document, etc., and it works for awhile, and then happens again. I've reloaded winword.exe from my cd and that doesn't seem to fix the problem. Looking for others who have had this problem, I ran across a message on some board that indicated it might be due to a problem with add-ins. So I deleted all my add-ins, of which there were two. The problem seemed to go away. This week it came back. I need help!! Thanks for any you can give me. Ray Stone XXXX@XXXXX.COM
7. StrReverse() function - infinite loop - MS Word&VBA
8. replace header text: get section data in header to halt infinite loop VBA
VBA macro, which replaces header text when recorded, does NOT replace header text when called. I then forced macro into header and it replaces fine, but the ActiveWindow.ActivePane.View.NextHeaderFooter goes into an infinite loop. Tried getting section number using old WordBasic command (SelInfo(2)), as well as page number (SelInfo(3)) NewPg = WordBasic.SelInfo(3) then compairing "NewPg" with prior page variable "OldPg". Variables don't seem to fill. Any suggestions appreciated. THANK YOU.