| Thread | Last Post | Replies |
|
| 2 Way Linking with VBA (or something else) | 13 Mar 2007 07:10 GMT | 4 |
I have 4 documents, each containing similar information- about 80% of the document repeats itself in all 4 docs. I am trying to find a way to link the common areas so that when one document is altered (any document), all the other documents reflect the change as well. In other ...
|
| Word Frequency | 13 Mar 2007 06:07 GMT | 2 |
Is there a way to list and sort the frequency of all words in a Word document (without buying other software)?
|
| OR search, Word wildcards | 12 Mar 2007 23:04 GMT | 3 |
Kind of a long shot, but in regular expression find and replace it's possible to search for more than one thing at a time, using an OR search. For example in Word, I want to search for something like ^13Figure OR ^mFigure
|
| Print PDF from VBA | 12 Mar 2007 22:39 GMT | 3 |
A long shot, maybe: Is there way, maybe using Shell, to print a PDF file from VBA code? Goal: To print all PDFs in a folder *in order* (alpha by filename), in a way that doesn't require opening each one or combining them into a large file(s).
|
| Command button problem | 12 Mar 2007 21:23 GMT | 1 |
I have a document on which the requirement is to force users to enter data in specific fields in the top half of the first page and the header. The rest of the document must be freely editable. I created form fields in the page and then bookmarks in the header. I
|
| Macros Run In word | 12 Mar 2007 21:10 GMT | 1 |
I am creating a document in word that has a pair of Comboboxes. I can get the list of names to appear in the comboboxes if i tell the macros to run manually. What i would like it to do is when i open the word document for the macros to run without have to use Alt + 8 and telling ...
|
| dialog box | 12 Mar 2007 19:51 GMT | 6 |
I have the following macro that when I’m run it I want to save the formfileds as plan text. The problem is when I open the word document from the mainframe application the SaveAs dialog box defaults the file type to “Doc” and I want it to default to “txt”. How can I do this?
|
| Delete smart tags automatically | 12 Mar 2007 19:18 GMT | 4 |
Hello, Can someone please provide me a macro I can use for.. If there is a smart tags in the document, to automatically removed them prior to closing or exiting. I'd appreciate any help! Thank you!
|
| Selection.Find.Execute Problem | 12 Mar 2007 19:16 GMT | 3 |
I am pulling a number (eg, 3.2.1.1.1.2) from an Excel doct and then trying to locate that position in a Word(2003) doct., and insert some text below that line. The sub works properly the first time through, but fails after that. The cursor ends up at the top of the doct but
|
| How to get page number with VBA in Word ? | 12 Mar 2007 16:33 GMT | 1 |
It could be simple, but I can not find how to do it: I need a code to get the page number of some range object, let me say, I have a paragraph, and I want to know his location (page number) when printed. Thanks, yours, Daniel
|
| Default formatting for pictures | 12 Mar 2007 14:27 GMT | 2 |
I am sick to death of pasting a screen shot into a Word document, right-clicking on it, selecting format picture, change the size to 3" and aligning it tight to the right. Does anyone have code for applying these changes to the currently selected picture? Thanks in advance! -- ...
|
| Is it possible to create a protected form which includes an unprot | 12 Mar 2007 12:39 GMT | 1 |
I want to create a form which has an introduction section with some general and protected form fields. Then an unprotected table, which can grow by using the tab function when in the last cell of the table. Finally I want a closing and protected section with room for some ...
|
| How to autopopulate a word from just 1 letter ? | 11 Mar 2007 19:08 GMT | 2 |
Example: Program the Microsoft Word 2003 to recognize "H" as meaning "Hello" and having it autopopulating "Hello" when writing "H". Very useful when writing very fast whilst listening. Thanks in advance.
|
| End of section in Do Until ... Loop | 11 Mar 2007 02:40 GMT | 1 |
I am using Word in Office 2003. I am trying to write a Do Until ... Loop that will search for a specific part of the text, make a selection and add coding and do it only until the section break. The loop either doesn't work or the macro freezes.
|
| Clear Style and Formatting | 11 Mar 2007 01:41 GMT | 3 |
In MS word, U clear formatting for the selected text by clicking the "Clear Formatting" from the "Styles and Formatting" box How can I achieve this in VBA
|