| Thread | Last Post | Replies |
|
| Misspelling Vs. Duplicate | 20 Apr 2006 04:19 GMT | 2 |
In VBA, how can you tell a misspelling from a duplicated word (a word marked as a misspelling because it is repeated)? It appears programmatically Word marks these two cases as the same even though the user interface clearly knows the difference (since a different set of buttons ...
|
| how can i pull data field by field from Excel to a word table? | 20 Apr 2006 02:29 GMT | 1 |
trying to pull XLS cells into a word file - either into text or into a table. like a mail merge but really only one page with many different fields - would appreciate any thoughts or ideas - thx
|
| Jumping/Skipping Form... | 19 Apr 2006 23:54 GMT | 4 |
Howdy again, I have a locked Word document with several form fields that have macros that calculate on Exit. The macros are fine (thanks to help from many of you!); however, each time I tab out of a field to go to the next
|
| Form tabbing issue - toolbox | 19 Apr 2006 23:11 GMT | 3 |
I have a custom form in Word 2003. When tabbing through the fields after one combo it then tabs to the design toolbox and displays it then goes to the next field. Is there a way to prevent this?
|
| attached .doc file in word macro, but attachment is not received | 19 Apr 2006 22:27 GMT | 3 |
I wrote a macro to send a email with attachment using outlook object but when the outlook object is displayed, it displays the attachment with broken icon and when sent, the attachment is not received.
|
| Using word style enumeration to globalize | 19 Apr 2006 22:19 GMT | 1 |
My macros use English style names. If I wanted to globalize, would it be a good strategy to define my suite of styles using the built-in styles, then use the enumeration for those styles? Or would it be just as effective to insist on including a two-letter code as
|
| is there an easy way to find bad links in a document | 19 Apr 2006 20:08 GMT | 2 |
I get an error message when I open a document. Says there are links in the document that are broken or files can not be found which are the source of the link. Is there a way to get word to display which links are not working? I have more than 20 links in the doc to spread ...
|
| How do I run a DOS program (with arguments) inside the Word? | 19 Apr 2006 19:35 GMT | 1 |
I am running a DOS program in Word by using shell("D:\calc<D:\xx.rrr",1), where xx.rrr is a input file required by the DOS program calc.exe. It worked under Windows 2000. It doesn't work under Windows XP Microsoft Word 2003.
|
| Delete styles from menu | 19 Apr 2006 18:26 GMT | 4 |
How can I programmatically delete (or hide) styles from the Style dropdown in Word? Our corporate templates will have their own set of styles, and we want to get rid of any other styles in the menu so that users don't accidentally use them. How can I accomplish this?
|
| Make MS Word Tools/AutoCorrect & AutoText files easily portable | 19 Apr 2006 18:23 GMT | 1 |
Make MS Word Tools/AutoCorrect & AutoText files easily portable. Microsoft Word has AutoText and AutoCorrect facility files which are very difficult to port when there is need to change into new computer due to old computers depreciation and replacement.
|
| Page Numbering | 19 Apr 2006 16:14 GMT | 1 |
I have made a single document that I have merged with MS Access. The new document is now about 125 pages, but when I try to number the pages, each page is labled as "Page 1". How do I get MS Word to view this document as whole document instead of individual letters. Thanks.
|
| Erase bookmark when copy table from excel to word | 19 Apr 2006 16:10 GMT | 2 |
When I copy a table from excel to word, the cells(1,1) in word contains a bookmark. Is there a possibility to copy the table without the excel bookmark ? Dim rngExcel As Excel.Range
|
| Word Macro won't record | 19 Apr 2006 15:53 GMT | 12 |
Word 97, Windows XP Home I use the macro recorder to automate various tasks. I don't hand edit the macros, except to remove a line here and there. I made a macro to insert a Word file that has many links from an Excel sheet. The Word
|
| textbox positioning on a vertically centered page via VB-6 | 19 Apr 2006 13:53 GMT | 3 |
I am having problems getting the positioning of a textbox correct when adding it to a vertically centered page. It seems that no matter what I do, the vertical(top) positioning of the textbox always is pushed down the page so that it is even with the first paragraph on the page. ...
|
| double line spacing | 19 Apr 2006 13:08 GMT | 4 |
Hi people, I am creating a text editor in Word using VBA. I am having trouble with a couple of aspects of VBA that I cannot find on the internet. My questions are:-
|