| Thread | Last Post | Replies |
|
| Get numbering text when several ListNum on same line | 12 Feb 2006 22:02 GMT | 10 |
I'm having trouble getting the numbering text of a ListNum field when it is not the first numbering field in a paragraph. I usually use the ListFormat.ListString property, but it doesn't work in this case, as this property (and ListFormat in general) always gets
|
| Delete text in first cell of table in footer | 12 Feb 2006 20:42 GMT | 3 |
My situation has changed a bit since my last post. Issue: I may have several sections in a document that may have a different first page footer and additonal sections that may not. Every footer however will
|
| Macro to remove date field, page number field | 12 Feb 2006 18:39 GMT | 5 |
as well as file and path name field. These fields are located in the first cell of a one row table located in every footer in every section (also first page footer exists). How can I delete all of these fields in a macro? I appreciate any help regarding this.
|
| How do I remove Redaction form my word program? | 12 Feb 2006 18:36 GMT | 1 |
I want to delete the "redactio"n upgrade from my word 2003 program. Does anyone know how to go into the registry? Thank you, Jay
|
| BuiltInDocumentProperties | 12 Feb 2006 15:25 GMT | 3 |
I created a Word document template from a document created at another institution, and stupidly didn't notice that before there were hundreds of documents in my organization's file system with the other company's name in the "Company" BuiltInDocumentProperties.
|
| VB to Insert Thumbnails | 12 Feb 2006 15:15 GMT | 4 |
I'm trying to develop a macro that will insert all images into a Word Table to allow comments to be entered for each image. I plan to resize the images to thumbnail size, and hope to be able to have two columns of photos, with a comment column next to each (4 columns total).
|
| Need to refine simple code ending in Wend | 12 Feb 2006 11:50 GMT | 6 |
Helmet gave me some code as usual and I have managed to create a second macro from the original to handle characters instead of words (one small step for man, one gaint leap for nevekind) The macro is a follows
|
| Module 1 v New Macros | 11 Feb 2006 22:02 GMT | 2 |
I've just noticed that in my doc with my macros, they seem to be in two places, Module 1 and New Macros. Besides solving the mystery of how they got themselves separated, I'd like to know if I can get them back together while keeping the links between
|
| Identify the page you are on | 11 Feb 2006 20:44 GMT | 2 |
I'm trying to write a bit of code that will obtain the page number that the cursor is currently on. Can anyone help? Thanks.
|
| Offer Word with "manual" type mode option without auto format | 11 Feb 2006 18:04 GMT | 1 |
The auto format is very aggravating to me an many people I talk to. We used to use word perfect which was much easier to use , at least in its earlier versions. Most of us (older users) do not have time to spend learning a lot
|
| Identifying the button that activated the macro | 11 Feb 2006 16:05 GMT | 2 |
Is there a way tell tell what the .ID of the button was that started a macro? I have several toolbar buttons running the same code, doing slightly different things determined by their .ID
|
| Revealing hidden words | 11 Feb 2006 15:14 GMT | 6 |
I've written the following simple bit of code (to reveal the first hidden word in a cell) but as usual, it doesn't work as expected ______________________________________________________ GetOneWord()
|
| VB MS Word header | 11 Feb 2006 11:01 GMT | 3 |
I have copied some code that previously wrote to a Word doc page to write to the page header. The code below is as far as I have got as there are some problems. 1. The font.bold and font.size do not work
|
| All search & replace lines needed? | 11 Feb 2006 10:29 GMT | 6 |
I am doing a long Word search-and-replace macro in 14-line chunks exemplified as follows: With Selection.Find .Text = "del^13"
|
| Copy all styles starting with certain characters? Generic user na | 11 Feb 2006 08:29 GMT | 2 |
I can record macros, but know zero VBA. Instead of a macro that copies certain styles from a template into a document, how can I indicate copy all styles that start with certain letters - in this case BP? Also, since the template will be stored in the user's emplate path, how can ...
|