| Thread | Last Post | Replies |
|
| convert symbol map char to Unicode Word 2000 | 29 Nov 2005 00:43 GMT | 4 |
I woul like to write a macro that looks for characters in a document that are inserted from the symbol map and converts them to unicode. Can someone help me? Many thanks,
|
| Looping through pages and sections? | 28 Nov 2005 23:28 GMT | 3 |
Is it possible to loop through each section and each page of a document in VBA macro? I want to walk through each page, look for specific markers and set a variable based on this if possible. Is there a pages collection that an be looped that give the section and page
|
| firefox and mail merge | 28 Nov 2005 21:30 GMT | 4 |
Is there anyway to perform a mail merge or setup the datasource to perform link the datasource and the template from firefox? thanks
|
| This works in all templates except Normal | 28 Nov 2005 21:22 GMT | 3 |
Can anyone please tell me what I need to do to make this work in my normal template? The UserForm is located in the normal template together with the follwing code; but I get: "Run Time Error 5. Invalid Procedure Call or Argument"
|
| Capture text from Word 2k-Err mesg 'object refers to a protected a | 28 Nov 2005 20:49 GMT | 1 |
I need to write a script to fetch text from an opened word document. I am using the below script; --------------------------------------------------------------------------------------------- Dim wrdApp
|
| Word 2003 : show/hide table | 28 Nov 2005 19:50 GMT | 3 |
I try to build a vba macro where I have 10 checkbox and 10 table. When a checkbox.value is true then the corresponding table is shown. When a checkbox.value is false then the corresponding table is hide. When a checkbox.value was false and bacome true, then the table is shown
|
| Calling macro function from within a header/footer? | 28 Nov 2005 17:59 GMT | 23 |
Is it possible to have a header/footer that users a macro function to set a value?
|
| Autoshapes, Word versions place in different locations | 28 Nov 2005 17:46 GMT | 1 |
Puzzling me is why word 2000 and 2003 handle autoshapes differently when used as I am: A main document has other docs (I'll ref as subdocs) inserted into it via code like this:
|
| SetRange not working as expected? | 28 Nov 2005 17:35 GMT | 4 |
I am currently trying to write a VBA macro (Word 2003) that syntax checks a document. I need to check that a style contains only the following text: Requirement: aaa_bbb_123, aaa_bbb_123, aaa_bbb_123, aaa_bbb_123, There is no limit on the number of comma seperated items within ...
|
| Detect header/Footer | 28 Nov 2005 17:13 GMT | 12 |
Is it possible to detect whether a header/footer is present in the activedoc
|
| Iterating through multiple selected items | 28 Nov 2005 16:24 GMT | 2 |
I have multiple objects selected in a document, when i try to work with the Selection (Selection.Text) object it is placed in the last selected item in the document. What can i do to place it in the first position and than iterate through the multiple elements?
|
| automation in templates/forms | 28 Nov 2005 15:50 GMT | 1 |
Does anyone know if it is possible to create a form/template that works like this... Once you select a certain thing from a drop-down menu you've created, then, specific text - only pertaining to that selection - will appear? Each
|
| Assign the Title & the fulname path of the top Word window to vars | 28 Nov 2005 12:21 GMT | 1 |
I've been trying to figure out how to assign the Title (e.g. "Title$" and the fulname path (e.g., "Fulname") of the top Word window to variables. I saw the following text (which I think was) intended for use in a VB script. (It wouldn't work as a macro "as is" in my Word 2003 ...
|
| Macro to print multiple copies of 1 document | 28 Nov 2005 10:29 GMT | 3 |
I have a form I have created in Word that I need printed 3 times each time it's filled out. Is that a macro that can do this automatically? Thanks Melanie
|
| add in button does not appear | 28 Nov 2005 08:25 GMT | 2 |
I have written a add ons button to Microsoft Word. When i build my application i could see the button on Word application. However when i try to install my application to another machine i could not see my button on the Microsoft Word. My setup project is come from MS Visual
|