| Thread | Last Post | Replies |
|
| Can I use a macro to break up doc into separate files? | 09 May 2005 10:12 GMT | 1 |
I have a long document (a user's manual) that I want to break up into a number of separate HTML files. Ultimately, these will become my online help (compiled HTML). I don't know of any way to simply convert from a Word dco to a .chm
|
| Adding a range object to a Mail Merge field Result | 09 May 2005 09:43 GMT | 1 |
Any assistence for the following problem will be most appreciated. I am writing a macro that takes codes and text from one document, called Structure.doc and inserts the text, and text associated with several codes [which are stored in tables in several other word documents] into ...
|
| Using DAO from Microsoft Word | 09 May 2005 09:16 GMT | 2 |
There seems to be no VBA help topics showing the Objects, Methods, and Properties need to use DAO from a Microsoft Word VBA program and I get no results when search MSDN. Where can I find documentation???? Specifically, I need to know the syntax for passing a query string to the ...
|
| InsertSymbol inserts symbol as formated text the first time | 09 May 2005 08:31 GMT | 2 |
I have a problem with InsertSymbol that I have seen nowhere else. I need to insert a character from a symbol font and want it to have symbol behaviour, i.e. if I mark a range containing the character afterwards and select another font, the symbol character won't change. This ...
|
| BuiltIn Doc Property - wdPropertyTimeLastSaved - does not update | 09 May 2005 04:28 GMT | 4 |
I want to use code prove that a document has been saved, or otherwise. Before saving the document (using ActiveDocument.Save) I use a message box to display the date/time the document was last saved i.e. the value of wdPropertyTimeLastSaved). I then save and display another ...
|
| Replacing text in Word 2003 (and XML?) | 08 May 2005 21:46 GMT | 1 |
I am trying to find the best solution to programatically replacing text in a word document (using word 2003)? Right now we allow users to enter specific 'content tags' directly in Word by entering things like @TAGNAME@. Later in the process we (programatically) run through the ...
|
| Copy text to XML element | 08 May 2005 21:38 GMT | 1 |
I open a Word doc based on a template. In the template I have attached a schema and added some elements to the doc, one of which is called "FirstName.". What I am trying to do is set the value of the FirstName element to some text. I have tried several techniques such
|
| setting XML elements in Word doc to text | 08 May 2005 21:38 GMT | 1 |
From VSTO in Visual Studio.NET, I open a Word doc based on a template. In the template I have attached a schema and added some elements to the doc, one of which is called "FirstName.". What I am trying to do is set the value of the FirstName element to some text. I have tried ...
|
| Word 2003 XML documents as plain text (unicode) | 08 May 2005 21:38 GMT | 1 |
I write a macro to manipulate some tags in XML documents. In previous versions of MS Word it wasn't a problem to insert XML-documents automatically in plain text format. How can I either set the MS-Word defaults in order not to have XML
|
| Opening Hyperlink as Read Only | 08 May 2005 19:52 GMT | 1 |
I have an Access database that has a hyperlink field which opens a Word document. Is there any way to open the Word document hyperlink as Read Only? Thanks! at
|
| find and copy all highlights of a particular color | 08 May 2005 16:27 GMT | 4 |
I'm working with a long document in which "glossary" words have all been highlighted bright green. I would like to copy all of these words into a separate document so that I can create the glossary. I'm sure that Word has built-in features that would be a better choice
|
| Can I set the tab order in a form created in Word 2003? | 08 May 2005 04:55 GMT | 4 |
I created a form in word using tables and form fields and I need to set the tabs to move vertically instead of horizontally. Is there a way to tell the tab key where to go next? It is a great form with this one exception!! Thanks for your help.
|
| How do I extend a selection | 08 May 2005 00:51 GMT | 5 |
I would like to replace formatting between two strings, I know how to find the first string and format but I don't know how to select a group of words / paragraphs in between a specific sequence of characters i.e any text between aaaaaaa and zzzzzzzz should have a specific format.
|
| Change file name | 07 May 2005 17:01 GMT | 4 |
I actually have two bonehead questions, one of which I think has been answered here a couple of years ago. I want to do a macro that lets the user change the name of both the active file and a file of the same name in a different directory, without closing
|
| what code will unprotect a document. | 07 May 2005 15:16 GMT | 7 |
Using Word 2000 and later, I need a code to put in my macro that will unprotect the document. I am using a simple macro as below and the first thing I want it to do is to unprotect the doc. Any ideas? This is what I have thus far:
|