| Thread | Last Post | Replies |
|
| word 200 macro | 11 Jul 2006 12:40 GMT | 1 |
I am attempting to write a macro to clear all headers in a document, then turn off line numbering for the whole document. The following macro clears the headers ok, but gets an "out of range" error at the line numbering part. I would greatly appreciate any assistance.
|
| Word 2007 Server Side | 11 Jul 2006 12:19 GMT | 5 |
Does anybody know if Word 2007 will have better abilities to run server side? Derek
|
| Brackets in MW 2002? | 11 Jul 2006 11:06 GMT | 1 |
I hope this is the right newsgroup for Microsoft word 2002. If it is not, please tell me otherwise. Basically, I'd like to be able to put a bracket around some text. When I say bracket, I mean to underline the text and then have the underscore go
|
| loop through multiple spread sheets | 11 Jul 2006 02:11 GMT | 1 |
I have 6 years of data I would like to process. Each day is saved as its own spreadshhet. They are all saved in one folder; naming convention 08-01-00 to 07-0106.
|
| Remove characters *not* of a specified font size | 11 Jul 2006 01:13 GMT | 11 |
I would appreciate help in writing a macro that removes from a document all characters of any font size other than the size specified in the macro. In the docs I'm working with, these unwanted characters tend to occur in bunches ending with a paragraph mark, so ideally the macro ...
|
| Modifying the right click menu | 10 Jul 2006 22:13 GMT | 1 |
Is there a way to add "Paste Special" to the right click menu in Word2003?? Being able to select "Paste Special" in Excel97 is such a handy functionality, that I was surprized that it had not become a standard functionality in Word2003. Is it available in more recent versions ...
|
| Word should have option for workbook tabs like Excel | 10 Jul 2006 21:06 GMT | 1 |
I use office 2004. If word had the ablilty to be used as workbook it would increase its user friendliness in the following ways: 1- make it easier to print only the page you wanted because you would list related information in a separate tab
|
| Changing the default formatting for Word's standard buttons | 10 Jul 2006 20:52 GMT | 3 |
Can anyone help me figure out how to change the default formatting for the bullet and numbered list buttons on Word's formatting toolbars? I have created my own toolbar with both a bullet and numbered list button, but having both confuses all the end users. I removed the standard ...
|
| Set range = whole document minus last word (conditionally?) | 10 Jul 2006 20:35 GMT | 5 |
I'm unfamiliar with the word object model- I do all my VBA in Excel, but I'm helping someone out with what should be a simple macro. We are currently using [ActiveDocument.SpellingErrors.Count] which gives the count of all the misspelled words in the document. however, if the user ...
|
| Insert a selection at the end of a Word Document | 10 Jul 2006 20:34 GMT | 2 |
I am creating a userform that takes a string and adds it to the end of a different word file. For example, the current file has a text string inputted from the user via the form, and I need to take that string, then transfer it over to a existing file that already has text
|
| Insert Excel graphs into the fields of a locked Word form. | 10 Jul 2006 18:38 GMT | 1 |
As part of our high school lab course, students collect data, graph it, and add it to their Word form labs. If the form is locked, students cannot insert the graph into the form field. This creates lots of confusion and is inconvenient for both us and our students.
|
| Access hyperlinks in a locked Word form. | 10 Jul 2006 18:37 GMT | 1 |
We use locked Word documents for labs we give to high school students. The labs frequently contain hyperlinks which cannot be accessed unless the form is unlocked. Locking and unlocking creates confusion. This seems like an easily fixable problem.
|
| Delete double-mouseclick on a symbolbar icon | 10 Jul 2006 17:32 GMT | 5 |
I have a macro assigned to a button in a word XP-symbolbar-icon. A lot of my users learned in windows to double-click so they always double-click on the button to execute the macro. Because of the double-click the macro runs twice. The user doesn't understand why not
|
| Take a sting and set it as text in a userform label | 10 Jul 2006 17:07 GMT | 2 |
I was wondering if there is a way in VBA to take a string set it as the text in a label for a userform rather than use the IDE to enter it through the properties window. To be more specific, I am reading cells from a Word Table and storing them as strings, then the user gets a
|
| The Mysterious ^p and CR/LF | 10 Jul 2006 16:57 GMT | 1 |
I'm trying to unravel the mysteries of the ^p "character" and trying using search and replace. I have numerous ASCII text files. They unfortunately have solitary CR characters (Hex 0D) buried in the text, often in series, as well as the
|