| Thread | Last Post | Replies |
|
| Macro to extract headings | 19 Feb 2008 15:25 GMT | 5 |
I need a macro that opens all of the word documents in specific folder, extracts the document headings (what you see in the outline view) and pastes all of the headings into a new document. I have a macro that extracts the headings (see below).
|
| Replace Title Case Function with Macro? | 19 Feb 2008 14:08 GMT | 2 |
I use Format > Change Case > Title Case quite frequently. However, it is a pain to have to change all the short words (e.g., the, a, of) back to lower case. There is a macro that takes care of that (shown below). I was wondering if I
|
| Table of Contents Question | 19 Feb 2008 14:08 GMT | 8 |
I'm trying to generate a TOC with 2 levels (from Heading Styles), however I don't want page numbers appearing for level 1. Right now the Code looks like this { TOC \o "1-2" \h\z\u } and it is generating two levels with page numbers for each level. I tried to look this up in ...
|
| How do I put this into a Footer | 19 Feb 2008 14:00 GMT | 3 |
I would like to insert the UserName FormField into footer programmatically. this code works but can i get it into a footer? Selection.Collapse Direction:=wdCollapseStart Set myField = ActiveDocument.Fields.Add(Range:=Selection.Range, _
|
| Persistent toolbar .... how irritating | 19 Feb 2008 14:00 GMT | 5 |
This seems so trivial but it isn't to me. I have a Word doc which when opened, shows the 'Control Toolbox' toolbar as well as a small dialog box that allows me to exit 'Design Mode'. I don't want these items to appear so I close the latter and I turn the former off at ...
|
| Avoiding the Find/Replace dialog in Word 2003 | 18 Feb 2008 21:59 GMT | 3 |
This is a question related to Word 2003 and VBA I posed this question in an earlier thread, but it was needlessly complicated and wordy. Here's a clearer way of formulating my question, perhaps. I hope I'm not breaking any good netizen conventions here.
|
| 2 spaces to 1 space in Word 2003. | 18 Feb 2008 21:51 GMT | 4 |
I have been using a macro at work to take all double spacing after periods, colons, etc, out of a document and replace them with double spaces. This macro works on the entire document. The document is broken into three sections, as defined by the menu items
|
| Bullets & numbering messed up. "Update" macro at fault? | 18 Feb 2008 18:25 GMT | 6 |
I am maintaining a template for myself and others in Word 2003. Recently I began to see some odd behavior when I open documents created before some time in January: namely, bulleted and numbered styles are redefining themselves. For example, every bulleted item (which is actually ...
|
| Reformatting text | 18 Feb 2008 16:49 GMT | 2 |
I receive a report in Word and need to export to an Access database. The problem is the record format isn't in a delimited format. Each record in Word has the following format: fied1 text (tab) field2 text(paragraph)
|
| how do I insert music file in word document | 18 Feb 2008 16:41 GMT | 1 |
when I open a word document I want a music file to start playing. Can I do this?
|
| I need a super duper mail merge macro created. Please help | 18 Feb 2008 16:10 GMT | 4 |
Is there a way to create a template for a word document to have certain fields pre-populated with form fields and then create a macro to take the necessity for a user to have to open Mail Merge wizzard and start locating the data source etc?
|
| How to get a user commandbar to always appear | 18 Feb 2008 16:08 GMT | 2 |
I've found some posts from people who can't get rid of their command bars but my problem is the opposite. In Excel to get a custom commandbar to run at startup I just use: Private Sub Workbook_Open()
|
| Word Count - But not all of them! | 18 Feb 2008 15:50 GMT | 3 |
Is it possible to use the word count feature in Office 2007 (and hopefully in Word 2003) to count the words in specific pages in a document? I don't want to include the title page or appendices. Thank you,
|
| Macro to call specific values in dimmed araay | 18 Feb 2008 14:58 GMT | 1 |
In my Word 2003 macro project a dimmed array is being build based on a matrix in an Excel workbook. The matrix is transfered into the array and the macro uses the values in each row as variables in the further programming.
|
| Write text in table within textbox placed in pagefooter | 18 Feb 2008 14:11 GMT | 2 |
I have a problem with a table/texbox object placed in pagefooter. Se the description and code here: '-------------------------------------------------------------------------
|