| Thread | Last Post | Replies |
|
| What code line enables a rescan of text marked as "Ignore once"? | 21 Nov 2005 18:03 GMT | 9 |
This grammar check code skips text that was marked as "Ignore once". I thought that the ActiveDocument.GrammarChecked = False line would enable rechecking text previously marked as "Ignore once". I am wrong. Please help. Thanks.
|
| Word startup ignored? | 21 Nov 2005 15:48 GMT | 1 |
we've written a Word add-in and installed it in {WordPath}\Startup so it loads at word startup. This has been working for a year and now we have some cases in which this directory is ignored. Is this a known issue? Merijn
|
| Column dialog box in word 2003 | 21 Nov 2005 12:23 GMT | 15 |
When I go into word, then into format, down to columns I should get a choice of how I want to format columns, such as spaces between columns if I want a line between the columns etc.... But the only thing I get is the choice of how many columns. How do I get the dialog box back.
|
| Auto Complete using the dictionary | 21 Nov 2005 05:36 GMT | 1 |
make the auto complete using the dictionary Of MS office ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I
|
| I don't want the macro button to print | 20 Nov 2005 17:49 GMT | 1 |
I've created a macro and put a VB button on the document to run the macro, but i don't want to macro button appear when i print the document. Can anyone help?
|
| Cant get rid of a Ghost Image! | 20 Nov 2005 17:06 GMT | 1 |
While designing a user form with a number of images, I have got a ghost image that is impossible to select and delete. Anyone with similar experience (and solution)? /BosseH
|
| Using ActiveX Calendar to Insert a Date in a Field in Word | 20 Nov 2005 16:39 GMT | 6 |
I'm likely out of my league here, but I'm working on a form in MS Word on and I need to know how to implement an idea I have (considering I just started learning VB two weeks ago) Anyway, I'm creating a form in Word that will require the user to input both
|
| Can images be named and then searched for? | 20 Nov 2005 02:44 GMT | 8 |
Is there any mechanism for naming images (shapes, inline shapes, whatever, I'm not actually clear on the difference between them). I'd like to be able to loop through the images in a doc and see if a certain one has been inserted. The image that I'd be looking for would have been ...
|
| Deleting last letter if a cell | 19 Nov 2005 22:38 GMT | 1 |
What I'd like to do is, if the last letter of what is inputed into a cell is the "+" symbol. Then delete it. I have a cell defined by: Sheet12.Cells(11, 2) = d & "+" + l & "+" + w & "+" + s
|
| determine which fonts used in Word doc | 19 Nov 2005 20:29 GMT | 6 |
Y'all: I took some code posted here few years back and expanded it so that I can highlight the characters in my Word document that are of undesireable font type. This works but is SLOW. How can I determine all font types used in a Word document without going through each
|
| Creating two columns with bullets | 19 Nov 2005 15:43 GMT | 2 |
I want to create two columns, side by side, with bullets in Word. How do you do that? Something like this: * info 1 * Info 2
|
| Coding help please. | 19 Nov 2005 14:43 GMT | 10 |
Could someone please help me with code for a routine which is part of a longer macro. At the point where the routine is needed, my document contains two similar tables. Table 2 is a look-up table from which data is copied into Table 1 before being deleted.
|
| Run time 5491. | 19 Nov 2005 09:25 GMT | 1 |
i have added a template in ms word 2003. When i open the word it displays runtime error 5491. What could be wrong?
|
| moving content from word to specific cells in excel | 19 Nov 2005 07:46 GMT | 1 |
I need to move clauses of large word documents to spcecific cells in an excel master spreadsheet. I have been doing this by cutting and pasting using clipboard but this is tedious. Is there a to be able to highlight the clause and tell it where to go specifically in excel??
|
| Help with Macro to Change Font Color | 18 Nov 2005 23:03 GMT | 3 |
I'm looking for a macro that will search a Word document (I have Word 2003) for a given character (in this case an asterisk). Once it finds the character, I would like for that character and all the characters to the left of it, until the first space to be a specific color. There ...
|