| Thread | Last Post | Replies |
|
| How do I find a sentence in the body of the document? | 28 Nov 2004 17:10 GMT | 11 |
I have this function that will open a word document, apply a template, copy in the HTMLBody property of an Outlook message, and then save it as an XML file. I want to select the subject line in the document and construct a file
|
| Transferring AutoText | 28 Nov 2004 13:25 GMT | 17 |
Periodically we need to roll out refreshed a normal.dot to our users (to make sure the built-in toolbars are standardised and there are no macros other than the auto macros we prescribe). However we need to preserve users' autotext and autocorrect entries. The idea is to have ...
|
| Count the number of bold entries | 28 Nov 2004 13:14 GMT | 2 |
Hello Group, I have a document of 200 single words, each on a different line. Some of them are Bold. What is the VBA code to count those bold entries ?
|
| Shortcut for font color? | 28 Nov 2004 12:35 GMT | 1 |
Either I am struggling with the MS Word terminology, or this function is lacking?c Well, I did a large translation a year ago. Now I have been asked by the client to make changes to the existing text, and translate new text within paragraphs, etc.
|
| Jonathan West re Duplex Macros | 28 Nov 2004 12:18 GMT | 11 |
Hi Jonathan, I'm still fiddling with the macros. I want one for Booklet (vertical binding) and one for Tablet (horizontal binding) printing. I put a 3 in one for booklet printing and a 2 (it was a guess) for Tablet printing.
|
| Selection.Find.Execute replaces throughout entire document! | 27 Nov 2004 20:57 GMT | 1 |
I recorded the following macro while doing a find replace for paragraph marks that I wanted to convert to two spaces (when asked if I wanted to keep searching the entire document, I said 'No'): Sub RemoveParagraphMarks()
|
| scan then edit the page | 27 Nov 2004 18:45 GMT | 1 |
I want to scan a page then go back into it and change the wording but when i scan it i can't change anything on that page. then when i convet it i lose the text it becomes all little boxs of nothing. can anyone help out there? I just want ti scan a page and change some words ...
|
| FAQ - Frequently Asked Questions - vba - please read before posting - Unofficial November posting | 27 Nov 2004 16:27 GMT | 3 |
FAQ = Frequently Asked Questions - brief - vba - unofficial This FAQ is posted weekly.- more or less Please save us all some time by reading it before posting to the news group.
|
| Accessing the content of a FormField when opening a document | 27 Nov 2004 13:11 GMT | 4 |
I'm relatively new to vba programming in word, and I've got a bit stuck. I have a document which consists of a number sections, each of which contains a number of FormFields. Each Section is completed by a different individual in a logical progression.
|
| Select all text on selected page | 27 Nov 2004 12:56 GMT | 4 |
Is there a way progammatically to select the text on the current page? the .range.select function (alone) does not work, as in: For Each opage In ActiveDocument.ActiveWindow.Panes(1).Pages opage.Range.Select
|
| load all words from dictionary | 27 Nov 2004 12:51 GMT | 1 |
I am building an application that can display a listing of words in alphabetical order (A-Z) (not all at once). How do I load/extract the words from MS-word dictionary? Is there an API that can do this? Thank you
|
| combine a general word document with individual documents | 27 Nov 2004 11:59 GMT | 1 |
I have two general documents and 200 individual documents. What is the best way to add the first general document before an individual documents and the second general document after the same individual documents. (and this 200 times)
|
| fill in blanks on a line without it pushing everything to next pag | 27 Nov 2004 02:39 GMT | 1 |
on a line without it pushing everything to next page? example text field __________________________________ i would lik line to coninue without pushing everything down__________
|
| Hiding Buttons | 27 Nov 2004 02:34 GMT | 2 |
How do I put command buttons on a Form so that when the completed form is printed the command buttons won't be printed also.
|
| Reading all footnotes at once | 27 Nov 2004 01:01 GMT | 2 |
Currently, in order to read all the footnotes in a document, I have a For each FN in activedocument.footnotes and blah blah. I do a find and replace for some text on each foot note. This takes a long time if the number of footnotes exceeds around 100. I was wondering if there was a ...
|