| Thread | Last Post | Replies |
|
| How can I set MS Word in MS Office 2003 to show fractions eg 2/3 | 14 Mar 2007 10:55 GMT | 2 |
My MS Word program is set to show the usual fractions as fractions on a split line but when I type such fractions as 2/3rds or 4/5ths they do not show as such.
|
| Assembly reference issue | 14 Mar 2007 08:23 GMT | 1 |
I am writing a C# plugin for a third party tool. Multiple versions of the same tool can be installed on the client machine at any given time. Version 6 of this tool is managed code while version 5 is not.
|
| Change Width of Objects | 14 Mar 2007 04:31 GMT | 1 |
I am using the following steps to copy a range of cells from an Excel document and paste them into a Word doc. Past Special > Link > Microsoft Office Excel Worksheet Object Would someone be able to provide me with some VBA code that could be
|
| Disable and enable a document in vba issue? | 14 Mar 2007 04:30 GMT | 1 |
I have a word template1 , and i write documents.add("path template2", false, wdNewBlankDocument, false) code to create another document base on template 2 with visiable = false, achieve this by set the last parameter of document.add() to false.
|
| How can I know current insert position? | 14 Mar 2007 02:32 GMT | 4 |
I'm programing character count addin. It count from document start to current insert position (cursor position) not document end. Does it exist api - get current insert/cursor position?
|
| protect variable from spell check? | 14 Mar 2007 02:17 GMT | 3 |
I'd like to protect a patient's name from the spell checker. Patient's name varies from document to document with each patient having a personal single document file. Each patient's name appears multiple times in the document.
|
| KillDuplicateParas | 14 Mar 2007 01:26 GMT | 23 |
I came across an old post in Google groups for deleted duplicated lines of text in a document. It used a For x = Count method to go through and check the range of one paragraph to the the range of every other paragraph and delete any
|
| Need a Command Button in a Word Template | 13 Mar 2007 22:07 GMT | 1 |
Reference Word 2003 I am trying another approach to a template problem I have been working on. I have an online work order form that our voice consultants need to fill out for each customer. The form has a section for customer ID info and the rest
|
| Steps to write and activate macro in Word 2003 | 13 Mar 2007 20:03 GMT | 1 |
Folks, Any step by step for adding a macro into a word 2003 document? I want to read one Bookmark A and based on this value show in another field a default value for Bookmark B or text field. Example: The dropdown value
|
| Cleaning up a document programmatically? | 13 Mar 2007 19:40 GMT | 4 |
I get so much great info from this forum; I thought I'd give this a shot: is there a way to programmatically clean up a poorly formatted document? It 80 pages of normal style, tab-tab-tab-paragraph, manually numbering and has sporadic, incorrect manual TOC markings. I was ...
|
| Inserting Raw HTML into a Word source Document | 13 Mar 2007 17:51 GMT | 4 |
I want to add a popup script to a Word 2003 document so that when it's saved as HTML, I can invoke a popup via a "javascript:mypopupScript()" hyperlink. I have managed to do this manually using the Microsoft Script Editor BUT.... here's the real problem.... I want to do this ...
|
| Word and Acess | 13 Mar 2007 16:20 GMT | 2 |
I have an access table that I would like to populate the record of the fields on a Word document, lets say that on the Access table I have contains X, Y and Z records (which are the same names a the word document and could be repeaded more that 3 times sometimes) and have ...
|
| Colour OptionButtons on initialize and change | 13 Mar 2007 14:19 GMT | 4 |
I have a form which is designed to examine data line by line, and reformats the data after a user double checks it for correctness. I want to make it a bit easier for the user to quickly see which options are selected. Is there a universal way to have any change in the form
|
| Combing half-page documents into one large document | 13 Mar 2007 13:45 GMT | 1 |
I have hundreds of half-page documents (each of them has only a few lines) and I would like to combine them, one immediately after another, so that I can print the combined document out without a lot of white space.
|
| Macro to delete Heading Styles from a document | 13 Mar 2007 11:05 GMT | 1 |
Is there some way to delete all the Heading Styles from a word document? When you import the text into a Word Processing program like QuarkXPress, all these Heading Styles come in. Is there a macro to remove them from the text as part of a final save before it gets imported into the ...
|