| Thread | Last Post | Replies |
|
| Checking if enclosing Bookmark contains text | 10 Jan 2006 01:03 GMT | 7 |
I'd like to check a bookmark to see if it contains text ("a--z"). If it does, then at a different bookmark I want to insert text, if the bookmark does not contain the matching text, then I want to insert different text at a third bookmark.
|
| creating a folder structure with vba | 10 Jan 2006 00:01 GMT | 1 |
right lets see if I can explain this.... i want to be able to create a folder (directory) structure using vba where the user can specify what the first folder is called for example I currently have a folder structure of w:\data\business\_clients
|
| Automating display of For Official Use Only | 09 Jan 2006 22:06 GMT | 2 |
Here's a real challenge for anyone up to it. In government documents we must type (FOUO) in a paragraph that contains for official use only information. Now, according to government rules, we must then type For Official Use Only in the footer on the same page. Now, this is a very ...
|
| reduce file size | 09 Jan 2006 21:46 GMT | 4 |
I have a Word 2003 template which file size is over 1 MB. Is there anyway to reduce the size to ~500KB before giving it to users? Any feedback is welcome. Thank you, will
|
| Macro buttons | 09 Jan 2006 19:31 GMT | 13 |
I have several forms that I have made up. They have a control toolbox button that is set as a macro for different functions. They all work fine but I don't want these buttons to show when I print the document. Is there a way to hide them or not have them show in the print?
|
| Loop Question | 09 Jan 2006 17:56 GMT | 2 |
Hello from Steved The macro below does this Find Prz, then Find F, turn on Extension and find .Size = 30 and .Bold = True,
|
| Reformatting Header on Page 2 of 1-page document | 09 Jan 2006 15:57 GMT | 4 |
Using Word XP, VBA. I have been trying to figure out how to change the basic page setup for the second page header on a letter template that, when finished by the user, is a 1-page Word document. Currently, the second page header has been set up with 3 fields which give the ...
|
| save as txt file | 09 Jan 2006 15:56 GMT | 2 |
I have a macro that breaks up a large txt file into smaller files. Everything is fine, except that it saves the smaller files as .docs, when I'd like them to be saved as .txt files. The code that I think needs fixing is:
|
| Using VBA insert table row with text form fields | 09 Jan 2006 14:22 GMT | 6 |
I have a document form (protected) with a table containing three rows. I need to be able to run a macro that inserts a new row in the table and inserts a text form field in each row. The macro shown below does that, however, only the first of the three text form fields is given ...
|
| View text on CRT monitor | 09 Jan 2006 13:10 GMT | 6 |
Windows XP SP2 Word 2000 I can move the text to the right on the monitor by holding down the shift key and clicking the triangle-shaped arrow in the bottom lower left corner
|
| Working with two or more Word docs. | 09 Jan 2006 10:30 GMT | 1 |
I've written a sub which copies text from one enclosing bookmark to another. (Code at end of this question). While I haven't run it yet, it was based quite closely on some code snippets I found at various VBA sites so I think it should work (but if
|
| Event when a document is opened? | 09 Jan 2006 06:33 GMT | 3 |
In our company our templates is somewhat depending on the feature that has been cancelled in word 2003. That headers and footers update when you open a document. Therefore a macro has been created and we want to use this. I would like this macro to run as silent as possible ...
|
| Adding Connectors to AutoShapes | 09 Jan 2006 00:51 GMT | 2 |
I'm trying to add some shapes to a canvas, but I'm having trouble getting the connectors to be positioned properly. The code needs to run under Word 2000 and 2002, and the object models don't support some of the newer properties like ConnectorFormat that would make this easier.
|
| question for Helmut about returning line number of end of selection | 08 Jan 2006 22:23 GMT | 8 |
Helmut, you had suggested this code for me, to determine if a selection went to more than one line. At first it didn't work, then it did, as I told you the other day. Now it's not working again. Even when the extension runs to two lines, the msgbox says "on same line." I've
|
| In an Arabic text, how to change the numbers to Arabic not Hindi | 08 Jan 2006 22:20 GMT | 1 |
I am typing an Arabic text and the numbers appear in Hindi. How do I change that to Arbic numerals?
|