| Thread | Last Post | Replies |
|
| replace + format | 20 Oct 2005 15:39 GMT | 1 |
My macro replaces all manual line breaks (Chr(11)) within a paragraph. The problem is that for example all bold words turn into plain after the makro was applied. How can I preserve my formatting???
|
| set picture Width and Height with ActiveDocument.Shapes.AddPicture | 20 Oct 2005 15:37 GMT | 3 |
I try the script below at Word 2002 template file is works fine but not for Word 97? When run at Word 97, i ecounter an error and it close my Word. If i remove the Width and Height then everthing are ok. Anyone can help?
|
| Open an Excel Document in Word | 20 Oct 2005 15:32 GMT | 3 |
Hello Again Guys What the VB code to open up an Escel Document externally not within work from a button which is inputted into a word document? Cheers Again Alistaire
|
| Hidden text does not let the paragraph wrap up to the next line | 20 Oct 2005 14:44 GMT | 3 |
WindowsXP pro Word 2002 here is the problem: numbers indicate what paragraph i am talking about
|
| How to change the delimiter? | 20 Oct 2005 14:20 GMT | 1 |
I am using Word.Application.Document.Sentences to get all sentences in a word document. By default, the VBA would return sentences delimited by full stop. How could I change it to look for other delimiters, such as a comma, or even custom define it?
|
| Macro for replacement processing | 20 Oct 2005 13:14 GMT | 5 |
I need further help with a macro. I reached the place where I have to do this search and replace action: Find: (selected phrase, e.g. "green piano") Replace: <a href="bword://green piano">green piano</a>
|
| Sort according to word length | 20 Oct 2005 10:12 GMT | 4 |
Does anyone have a clue for a macro that can sort a list of words according to how many letters there are in the words. Example: I'd like the list: bear
|
| The Dir$() function and searching files under a directory | 20 Oct 2005 10:07 GMT | 6 |
I was wondering if it was possible to search filenames under a directory using Dir$() or if I would have to use If and Instr statements to search individual filenames. In other words, I have a directory, in which there are a bunch of files
|
| Last Ten Authors script | 20 Oct 2005 05:47 GMT | 1 |
Does anyone have a script to pull out the last 10 authors from a word document? Thanks in advance
|
| opening and closing word documents | 20 Oct 2005 05:22 GMT | 5 |
ALL: I am working on a template that will be used for creating one main document. There are a series of small word documents, each one including: (1) straight text; or (2) text plus some bookmarks. These
|
| Help with text file deletion | 20 Oct 2005 02:16 GMT | 2 |
Currently i have a macro that will run any number of other macros on all the files in any number of folders. Now, i have the user input how many macros to run, and how many folders. For the amount of macros and folders, i have the user input the folder paths
|
| find / replace for only certain pages - Please see code | 20 Oct 2005 00:38 GMT | 3 |
Here is my code. What i would like for it to do is only work on say the first 10 pages of a document and not go any further. I have users who will be adding (insert - file) later on in this template and i dont want the find replace to go and change any of the potential areas ...
|
| "continue searching" message when recording a "find & replace" mac | 19 Oct 2005 23:31 GMT | 1 |
I want to record a "find & replace" macro that applies only to text that is highlighted when the macro is run. How do you disable or avoid this automatic message: "Word has finished searching the selection. [Some # of] replacements were made. Do you want to search the ...
|
| Open Document Properties Dialog Box | 19 Oct 2005 23:14 GMT | 1 |
Can someone please tell me how to open the document properties dialog box with a macro command? I've linked some fields to some of the custom document property items and I want the document properties to pop up the first time the template is opened
|
| how to dertect who is running application | 19 Oct 2005 19:35 GMT | 3 |
I have a vba WORD solution which includes a global template add-in (stored in a WORD template) that stores all the code for the solution. The solution is used by multiple users at once. The problem I have is when I need to replace the template with software changes. If any user ...
|