| Thread | Last Post | Replies |
|
| Find text and select the table below the text | 03 Aug 2005 10:30 GMT | 2 |
I have written a code to search for a text, such as "List Table". I want to select the table right below the text "List Table". But i cant seems to do that. I want to macro to select the table below the text and copy the 1st row data into an array. I have problem in selecting the ...
|
| how to replace text in specific area of word document | 03 Aug 2005 08:56 GMT | 2 |
i want to be able to replace all values of wordA with wordB but only within a certain area of the word document. how is this done?
|
| pause updates to window | 02 Aug 2005 23:21 GMT | 2 |
What command(s) to I use to pause output written to the ActiveWindow while my VBA code runs on the ActiveDocument ? I am trying to avoid the end User from seeing each update that is preformed on the ActiveDocument. I would like to have my code run and complete it's work, then ...
|
| finding numbers out of sequence in a document | 02 Aug 2005 22:39 GMT | 2 |
I am trying to write a macro that will look through a document and verify that the numbers that are found are sequential. All I need to be able to do is verify that each 2 numbers are sequential. The document is simple plain text and the numbers all have markers around
|
| MS Word VBA - update specific docproperty | 02 Aug 2005 22:11 GMT | 5 |
I have a document that has docproperties in the header and body. I have a custom button that loads a userform in which these document properties can be changed. Right now, I have the following code that updates all the fields on the page:
|
| Forms | 02 Aug 2005 21:41 GMT | 1 |
I'm still haven't been able to solve my problem with my form. The form was created using the form toolbar. It has many yes or no checkboxes. If a person marks the no checkbox, there is no need for them to go through the rest of the question but should be able to jump down to ...
|
| Working through all stories | 02 Aug 2005 20:49 GMT | 1 |
I have a question about this code: Sub RefFieldUpdateAllStory() ' Written by Charles Kyle Kenyon 15 November 2001 ' repaired with help from Jezebel 10 December 2004
|
| Check if or where two ranges intersect? | 02 Aug 2005 19:37 GMT | 1 |
Is it possible in Word 2000 to find if two ranges intersect, and if so where? For instance, I have a section of my document as a range, and I want to find out if an inserted text block with its own range definition is contained within that section's range. Is it possible?
|
| What is the registry setting for autosave in word? | 02 Aug 2005 19:19 GMT | 1 |
I want to find the registry setting to enable/disable the autosave feature in word and set the time to recover time to 10 minutes. I have already did this in excel by using the following settings: HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Excel\Options
|
| Need help with Word form macro | 02 Aug 2005 19:14 GMT | 1 |
Here's the setup... I have a form that has a drop down list field. When the user selects "other" from the list I want them to be automatically directed to the next blank text field where they will have to enter what "other" is. I've never been good at setting up macros so any ...
|
| "activate" Active Document with code | 02 Aug 2005 18:54 GMT | 3 |
After I run my code, when I try to use the toolbar, nothing happens. It acts as if it's frozen. If I click on the window in the toolbar (which shuts the active document) and then re-click on the window in the task bar, my toolbar now is functional again.
|
| Macros run in Word 2002 but not 2003 | 02 Aug 2005 16:40 GMT | 3 |
I have a pretty extensive collection of macros that create, modify and store word documents. These include macros imbedded in templates. This collection of macros runs fine on all my machines that run Word 2002, but I recently purchased a machine with Word 2003. Macro security ...
|
| Moving the cursor to a selection | 02 Aug 2005 16:10 GMT | 3 |
I have a macro that uses the Find object to locate each instance of a particular Style. When an instance of the Style is found, I would like to move the cursor to the selection to that I can select the surrounding range and delete it. The macro is at the end of the message.
|
| Custom App | 02 Aug 2005 16:08 GMT | 7 |
Ok, so I'm building this form that will cycle through a range of documents. The range may vary depending on user selection. That is, the module that processes the information may cycle through as little as 5 documents (sets values from the text fields into the fields on the ...
|
| Number of Replacements? | 02 Aug 2005 15:56 GMT | 4 |
How can you get the total number of replacements after using Find/Replace with wdReplaceAll?
|