| Thread | Last Post | Replies |
|
| I am trying to install Microsoft Word 2000 and it asks for a CD k. | 09 Feb 2005 22:45 GMT | 2 |
I am trying to install Microsoft Word 2000 and it asks for cd key value number. I don't have that number I bought my computer used and the software came with it.
|
| Word 2002 | 09 Feb 2005 22:21 GMT | 1 |
I need to start Word with a blank template from a VB script, I have been able to start Word. I just cannot get a blank document template to come up, so I get a runtime error. Thanks in advance
|
| How can I create a macro that will highlight a dropdown menu sele. | 09 Feb 2005 20:02 GMT | 1 |
I am using Office 2002 to create a vacation request form that uses the dropdown menu. I would like to make the dropdown menu selection highlighted if certain options are selected - so that those stand out from the rest of the form. (For example if a letter is selected instead ...
|
| Word 2000, Word XP, and Word 2003: How do I find out if a paragraph is in a table cell or a list? | 09 Feb 2005 18:55 GMT | 1 |
As part of a large data mining effort, I am iterating through many word documents, paragraph by paragraph, and processing each paragraph. Much to my surprise and pleasure, all the table cells turn out to be paragraphs, and part of the ActiveDocument.Paragraphs collection. My ...
|
| Opening directory | 09 Feb 2005 17:48 GMT | 2 |
I would like to use a vba routine of my Excel where I can open a certain directory ("G:\DATES\") to select a file but this doesn?t work in Word: ChDrive "G:\" ChDir "G:\DATES\"
|
| How to Obtain the Generated Text of a Style | 09 Feb 2005 16:19 GMT | 6 |
I would like to know if it is possible to get the "value" of a heading that Word is using programmatically. I will try to clarify my question with a demonstration. If I have a document and I set it to use a numbered heading style for its layout, I might have something that ...
|
| saving embedded documents | 09 Feb 2005 15:49 GMT | 2 |
Hi, I have word documents that have office documents embedded into them as outlook attachment items. How can I save these embedded documents?
|
| getting page number | 09 Feb 2005 15:26 GMT | 3 |
My macro consist in looking for all commments in a document and getting the page number. I use somethong like this: ...
|
| Is it possible to download an ACL (Autocorrect Language) file ont. | 09 Feb 2005 15:24 GMT | 1 |
I work in a Healthcare facility in the Northern Virginia Area. Our Medical Transcriptionists use the word program to transcribe dictation from our physicians. On a regular basis, they use the autocorrect feature. In the transcription world, they are called "triggers", or ...
|
| How do I format a text into a table format in Word using VBS in a. | 09 Feb 2005 14:33 GMT | 4 |
I am trying to update an existing VBS that uses the selection object to generate a document. At this time it is just formatting the text as sentences, I am needing to change the text to be formatted into table format (rows & cols). How do I update the selection object to ...
|
| doc properties | 09 Feb 2005 12:02 GMT | 1 |
Need more information about document properties in Word 2002 (XP) doc file. (File, Properties, Custom, Add property) How do I programmatically from VBA add these properties. How can I rename a doc properties? Can one doc property contain more then one value? There must be some ...
|
| Printing options in template | 09 Feb 2005 07:05 GMT | 5 |
I need to have the option to print or not print certain styles in my template, but I can't figure out how to tell Word to print only a specific style, or print all but a specific style. Thanks for any help!
|
| Finding bad formatting | 09 Feb 2005 06:30 GMT | 3 |
Dear people, For some time now, I'm struggling to solve a VBA problem Some of you already gave some assistance, for which I'm great full. I'm trying to find some bad formatting in a word document using VBA.
|
| How do I format a table in Word using VBS in a selection object? | 09 Feb 2005 00:28 GMT | 1 |
I am trying to update an existing VBS that uses the selection object to generate a document. At this time it is just formatting the text as sentences, I am needing to change the text to be formatted into table format (rows & cols). How do I update the selection object to ...
|
| I cannot print a control with runtime appearence | 09 Feb 2005 00:28 GMT | 1 |
in a Word document I've added my own control which changes its appearence (i.e. what it displays) once the document is at run-time. In few words, it consists mainly on a picturebox which may load different pictures according to macro code.
|