| Thread | Last Post | Replies |
|
| Update links | 20 Jan 2006 17:10 GMT | 1 |
I have a word document that has some links to other doc files, such as a default signature. My company will change the address and I don't want to go to every single document (1500+) and update the links.
|
| How to split one document into two separate documents? | 20 Jan 2006 16:42 GMT | 7 |
I am working with very large Word 2003 Documents and am hoping that there is a method (maybe macro) of splitting the final document in two (e.g. From one ‘LogReport’ document I will be left with one ‘Log’ document and one ‘Report’ document). The pages I require for the ‘Log’ ...
|
| How do I tab to the next textbox using VB? | 20 Jan 2006 16:28 GMT | 1 |
I am new to VB and have created a form for use in Word 2003. I am unable to tab to the next textbox (not in design mode) after typing info. I would like user when completing the form to be able to tab to the next textbox as speed is important when filling out this form.
|
| Hidden Word Instance Grabs Focus Whist Runnng VBA Code | 20 Jan 2006 16:25 GMT | 1 |
Hi NG, I am automating Word via COM and performing extensive operations with the Visible property set to "False". Unfortunately, whilst running, Word periodically grabs the input focus for a second or so, then returns it to he
|
| Scale Picture to 200% original size ? | 20 Jan 2006 14:39 GMT | 2 |
How can I write a macro to scale picture to 200% original size ?
|
| extract portion of word document | 20 Jan 2006 12:49 GMT | 3 |
Anyone knows a way to easily extract multiple sections from a word document automatically? I need to writing 3 specifications that are 70% common. I hope that I can write one common specification document that includes everything and then somehow extract individual ...
|
| Finding and Replacing using macro | 20 Jan 2006 12:15 GMT | 2 |
Hi, I have had a working macro that search a text for a string, then selects the other part of the same sentence and change its font and size. The code is as follows:
|
| Help With Macro | 20 Jan 2006 10:53 GMT | 2 |
I am a real beginner to macros but have created some froms in word and have adapted a macro from this site provided by Cindy Meister to update a single form field, I have managed to get this to work several drop down from fields with an added item OK though my code may be a bit
|
| Database vs. shared drive | 20 Jan 2006 08:27 GMT | 2 |
I’m about to develop at system, where the user can create a standard document, by choosing among hundreds of standard paragraphs (documents). Right now, all the documents (Word) are placed on a shared drive, and only the filename, path and description is stored in a database – and ...
|
| ms word input form example request | 20 Jan 2006 05:09 GMT | 1 |
Hi I need to set up a form to receive input from a test I am administering. The responses to this test are multiple choice: either a 1, 2 or 3. I need the form to receive the responses (1, 2, or 3 for each question) and automatically move into the next field when the
|
| determine table cell value | 20 Jan 2006 02:13 GMT | 5 |
I have done vba in access and excel but in word I can't seem to get this right probably because it is right in front of my face. How do I use the value from a word table cell in a macro? The value of cell (1,1) will determine an action on cell(1,2) of table(1)
|
| how to handle nonexistent class? | 20 Jan 2006 01:11 GMT | 4 |
I write a class in VB and plan to use it in word. under word vba: set obj = new myproject.class1 If the PC does not install my dll, error will occur.
|
| Initiating Macros when Word is started from a script | 20 Jan 2006 00:58 GMT | 2 |
All, I have produced some very simple macros that are linked to application events. I have created this following the instructions found at https://word.mvps.org/FAQs/MacrosVBA/AppClassEventsContent.htm
|
| Help with Find and Replace Wildcards | 19 Jan 2006 23:06 GMT | 2 |
I just recently found out about using Wildcards in words Find and Replace but not having much luck using them. I'm trying to do two different things: 1) Any line that starts with 2005 needs to be bold
|
| Limit replace macro to a specific page? | 19 Jan 2006 21:26 GMT | 1 |
Is there anyway to limit a replace macro to only run against a specific page of a document? I want to look for certain words and reformat them if found but only if on page 1 of my document.
|