| Thread | Last Post | Replies |
|
| How does one retrieve font info | 01 Apr 2005 00:46 GMT | 1 |
Is there a way to retrieve the default font type and size associated with a user's normal.dot? Thanks, Brent
|
| Strange characters replaced space bands. | 01 Apr 2005 00:31 GMT | 2 |
I have an Word document where the space bands have been replaced by two question marks. Has anybody seen this before. Mark Baird
|
| Setting the file path | 31 Mar 2005 23:53 GMT | 2 |
I'm trying to set a file path for the purpose of saving a Word Doc to the correct folder location. The entire path, except for the specific subfolder is constant. For example: \\lv-abc\defaultpath\CaseDocs\variable
|
| Cell shading always black | 31 Mar 2005 23:27 GMT | 5 |
ActiveDocument.Tables(1).Cell(cellStart, 2).Shading.BackgroundPatternColor = wdBlue Always results in black cell shading, regardless of the color specified. Anyone have thoughts as to why? Using BackgroundPatternColorIndex always
|
| Can't make Add-In settings stick! | 31 Mar 2005 23:22 GMT | 2 |
I have tried about everything I can think of to change what Add-Ins are loaded through Normal on my computer, but to no avail. It doesn't matter how many times I use the Add-In manager and change the check boxes, every time I open a document it's back to the way I *don't* want it ...
|
| Newbie question re: selection | 31 Mar 2005 22:52 GMT | 6 |
Once a selection has been set, selection.wholestory the text of the document is completely highlighted. I perform a selection.copy and paste that into a new document.
|
| number field that updates automatically without association to pa. | 31 Mar 2005 22:49 GMT | 1 |
How about making a special field/character in word that updates automatically as a work-around, for example, for documents with a lot of references and repeated uses of references. Key to this working would be that the use of reference, say, number 2 could occur early on and ...
|
| VBA: Insert Picture - Shapes | 31 Mar 2005 22:49 GMT | 3 |
On a userform I have a commandbutton which opens the wdDialogsInsertPicture. The cursor is within a table with either one or two cells (the document can have several pages, and the pages has a table with either one cell or two cells), and the picture is inserted where the cursor ...
|
| disappearing effect for a userform | 31 Mar 2005 22:28 GMT | 3 |
How can I make a userform transparent slowly so that it will become invisible after 2 seconds, and then hide it? I want it to become more and more transparent as the miliseconds of the 2 seconds pass,
|
| public variables value preserving | 31 Mar 2005 22:26 GMT | 4 |
I would like to ask a simple question: If I declare a public variable, which I use for a macro, will it's value be saved until the next time I run that macro? I'm not willing to save the value. I just want to know if I can know it'll
|
| Word should allow headers and footers on a single page only | 31 Mar 2005 21:27 GMT | 2 |
Word should allow users to have headers and footers on a single page only. Currently operating Office Pro 2003, Word 2003 (11.5604.5606)
|
| Get page number of range? | 31 Mar 2005 20:58 GMT | 2 |
I'm reviewing and making comments on a number of long documents. The client wants the comments in a separate document, though, so I thought I'd write a macro to extract comments. I want something like:
|
| Disabling and Enabling Templates and Add-in Using Macro | 31 Mar 2005 20:34 GMT | 2 |
I need help with a macro that will allow me to Disable and Enable a Template on a Click of a button.. Any help will be appreciated.. ROO
|
| Append formatted text to a table cell | 31 Mar 2005 19:40 GMT | 2 |
How do I append formatted text to a table cell that has text with a different format (i.e. append a word in blue letters to a cell that has words in other colors)? If I set a range to a cell and collapse it to the end of the range, the text will get added to the next cell.
|
| Column format Lost after InsertFile | 31 Mar 2005 19:33 GMT | 8 |
Hi, All, I have an urgent question. I defined two Columns for the first paragraph of A2.DOC, I opened A1.DOC, after doing: .selection.insertfile('A2.DOC'), the A2.DOC
|