Just out of interest, what version of Word did you use to test this? I use 2003 SP3, and for me the For Each routine works correctly.
I've seen comments elsewhere...
Type: Posts; User: William; Keyword(s):
Just out of interest, what version of Word did you use to test this? I use 2003 SP3, and for me the For Each routine works correctly.
I've seen comments elsewhere...
An internet search will give you applications that create HTML files from Word documents, seemingly retaining the Word headers and footer in the process. One such application is:
...
It still seems that you're confusing your optical drive (the D drive) with what might be a card reader. Card readers read SD cards and the like. If you do have a card reader, it might not be on the...
The following code works for me, using Word 2003.
Dim i As Integer
With Selection.Comments
For i = .Count To 1 Step -1
.Item(i).Delete
Next i
End With
This may be determined by the layout of your graphics - whether they're in the text layer (in line with text) or one of the drawing layers (floating). If they are floating, are you able to change...
See...
You must have some settings that are different, because I can certainly use "Find and Replace" with text boxes in Word 2003 (SP3).
I presume you're not trying to do this while in "Normal View" or...
Are you using the latest version of Acrobat 9?
The release notes for the version 9.2 update (http://kb2.adobe.com/cps/500/cpsid_50026.html), for example, mention problems with PDFMaker that have...
Is the text in question formatted as "Hidden" in the Word documents?
The "Tools | Word Count" command has a setting to include or exclude footnotes and endnotes. Does use of this make a difference?
[attachment=88844:WordCountDialog.png]
You could also try one of the many online services that are now available. A quick search found the following, for example:
http://www.pdfonline.com/pdf2word/index.asp
http://www.pdftoword.com/...
I use Adobe Acrobat 7 Standard to create PDF files from Word 2002 SP3 documents, and I've found that mailto links that contain a period in the address are:
1. Created correctly if the PDF files...
According to the http://support.microsoft.com/kb/211489 page, the maximum size of a Word 2003 document, excluding graphics, is 32MB.
According to the http://www.vistaheads.com/forums/microsoft-public-windows-vista-music-pictures-video/195860-microsoft-greetings-php-files-opening-problems.html page, it seems that someone was able...
If you are desperate enough, it might be possible to do this with VBA by using the SendKeys command. The following code works for me, using Word 2002, by highlighting all instances of "the" in the...
In case you're not aware of this, Microsoft provides free PowerPoint viewers. Here's the 2003 version.
Well it works down here - perhaps because we're still part of the empire!
As Jefferson states, you need to use ChangeFileOpenDirectory. Below is a quote from a book I have - "Word 97 Macro & VBA Handbook" by Guy Hart-Davis:
When working with the Open dialog box in...
If you want something other than a beep, here is some VBA code that I use (with Windows 2000 and Word 2002) to play a wave file:
Declare Function sndPlaySound32 Lib "winmm.dll" Alias...
See the "Link PDF documents" part of Linking up with Acrobat. While the instructions are for creating a link to another page in the same PDF file, they can also be used to create links between two...
A dwang is what some people call a noggin! It's all explained thus: Dwang. It's a word that a bloke uses to impress other blokes.
Dwang? Very standard down here.
Beej
I found that saving a Word (XP) document using the "Word 97-2002 & 6.0/95 - RTF (*.doc)" option rather than the "Rich Text Format (*.rtf)" one worked for me. See Post 689038.
William
If you re-use the same pictures, could you use AutoText for this?
Using Word 2002, I was able to do this by inserting the first footnote using an asterisk "Symbol" as a "Custom mark", and then inserting the subsequent footnotes using the default "Number format" and...