| Thread | Last Post | Replies |
|
| Deleting user-defined paragraph styles that have got "_Diss" at the end of style name | 06 May 2008 06:15 GMT | 2 |
Dear Experts: I'd like to delete all custom-defined paragraph styles in a document. All these user defined paragraph styles have the following syntax (*_Diss). How can I delete all theses styles in one go using Word VBA.
|
| Edit/Replace Text within Hyperlinks | 05 May 2008 22:06 GMT | 2 |
I have a .doc which has about 35 hyperlinks to a shared folder. I would like to do an edit/replace of "2007" with "2008" across all hyperlinks. Example: Hyperlink is
|
| Question on Ranges | 05 May 2008 20:14 GMT | 2 |
Dear Programmers, I am stumped about why "oRange" is doing what it is doing and wondered if someone could explain it to me (and/or point me in the right direction). We are using Word 2003 and the macro is in VBA. Here is my code (it's from the
|
| How Does One Add a Page Number to a Header? | 05 May 2008 18:34 GMT | 5 |
I would like to create a header so that: “Add Title Here” appears on the left side of the page, and “Page {PAGE}” appears on the right side of the page. So far I got: Sub AddHeader()
|
| How can I Have the TAB key function normally in a Form text field. | 05 May 2008 17:34 GMT | 1 |
When I'm in the Form text field environment, when using my TAB key, it jumps to the next field or the top. How can I have my TAB key funciton within the Form text field similar to a text area in a word document?
|
| How to highlight text from the cursor's current position down to a specific word? | 05 May 2008 15:53 GMT | 4 |
May I ask how to write a macro that highlights text from the cursor's current position down to any specific word, let say "name", in the word document? Then, I want to delete the highlighted text. Thank you.
|
| How to achieve editable document with 95% protected from templates | 05 May 2008 15:12 GMT | 3 |
I am working with word-2003 templates having macro forms in it. I use auto-text entries of 15-20 pages along with bookmarks giving options to the user in macro VBA forms to enter the fields . The user can insert the name,
|
| Userform and Bookmarks | 05 May 2008 14:33 GMT | 6 |
I created a userform according to http://www.word.mvps.org/FAQs/Userforms/CreateAUserForm.htm. Here is my code: "Private Sub CommandButton1_Click() With ActiveDocument.bookmarks("txtWorkNo").Range.InsertBefore(TextBox1)
|
| Macro to open new document and then switch back to old doc, word20 | 05 May 2008 14:21 GMT | 10 |
Is it possible to write a macro that does the following: 1. Notice what document the cursor is in 2. Open a new document. Perform some task there 3. Close the new document without saving.
|
| How to achieve editable word document with 95% protected in this c | 05 May 2008 12:48 GMT | 1 |
I am working with word-2003 templates having macro forms in it. I use auto-text entries of 15-20 pages along with bookmarks giving options to the user in macro VBA forms to enter the fields . The user can insert the name,
|
| drop list & macro | 05 May 2008 12:06 GMT | 3 |
I am experiencing a similiar problem. I used forms to create a drop down list and generated a macro by recording information in a below section of a template. I am trying to determine two things. 1. Bookmark my macro, because right now the macro will only display where
|
| The star of pagenumbering | 05 May 2008 09:56 GMT | 1 |
With Visual Basic 2005, I want to begin pagenumbering since page number 3 (in Section 2). I don't know how to get it. Or get the Section 2 to begin in page number 3. Any solution?
|
| Subscript | 04 May 2008 17:22 GMT | 3 |
is there a way to determine if a certain character is formatted as 'Substring'? thx Ralf
|
| how to update form that is protected | 04 May 2008 16:18 GMT | 4 |
I have a form that is running in protected mode so that the users cannot change the form only fill it out. This is done with the lock icon on the form toolbar. I have a table that runs a macro whenever i leave one cell i copy the contents to another cell but this refuses to run ...
|
| Is it possible to assign own number format for the footnotes? | 04 May 2008 10:16 GMT | 3 |
Word 2003. When I insert the footnote I see the dialogue "Footnote and Endnote". In group "Number format" there is number format 1,2,3, at alias. But I need to other format: 1), 2), 3) etc. Question: Is it possible to assign own number format for the
|