| Thread | Last Post | Replies |
|
| Macro field and bookmark | 01 Sep 2004 00:16 GMT | 1 |
I generate by vba a table. In the first col there is an unique id. This id number is the text of a macrobutton. When the user clicks on this number the cursor jumps to a boomark. The problem is, that the id number text is selected but when I want read this text by Selection.Text ...
|
| Macrofield | 31 Aug 2004 23:59 GMT | 3 |
when I put a macrofield with text content in a document there is always a space at the end of this field and if you make a font.StrikeThrough the line is one character (the space) longer than the word. How can I avoid this? Thanks Peter
|
| Test the first four characters in a paragraph | 31 Aug 2004 23:24 GMT | 3 |
The following question refers to a VBA 6 macro that will run as needed in MS Word 2000. Which VBA 6 statement(s) will test the first four characters of each paragraph, in a MS Word 2000 document,
|
| Running a macro upon opening a template | 31 Aug 2004 22:58 GMT | 2 |
How do you create a macro so that it runs automatically when a template is opened?
|
| VBA for Track Changes | 31 Aug 2004 22:52 GMT | 2 |
I'm trying to write code that will accept all insertions and reject all deletions automatically after comparing and merging documents. Right now, my code compares and merges the documents. So I have a final document with
|
| Select an entire paragraph in VBA 6 | 31 Aug 2004 22:49 GMT | 2 |
The following question refers to a VBA 6 macro that will run as needed in MS Word 2000. Which VBA 6 statement(s) will (select, turn on, make sensitive) an entire paragraph, in a MS Word 2000
|
| Moveing the insertion point in VBA 6 | 31 Aug 2004 22:46 GMT | 2 |
The following question refers to a VBA 6 macro that will run as needed in MS Word 2000. Which VBA 6 statement(s) will move the insertion point, in a MS Word 2000 document, from anywhere in a paragraph
|
| When printing a duplex merged document, first is always blank | 31 Aug 2004 22:07 GMT | 1 |
Office 97 Pro w2k and win nt4 fully patched Hi,. I have some code that pulls data out of access into a text file, it then opens a new document from a template and merges with the text
|
| Table Summing Formula from MVPS.ORG website not work in Word2003? | 31 Aug 2004 16:18 GMT | 1 |
I am working in Word2003 on XP and trying to reproduce the twin-table solution presented at http://word.mvps.org/FAQs/TblsFldsFms/TotalColumn.htm The total fields remain resolutely blank. Alt_F9 show me that the formulas
|
| Automatically attaching Add-Ins | 31 Aug 2004 16:16 GMT | 2 |
My company users templates which in turn use plugin templates. Currently, the users manually load the plugins by selecting: <TOOLS><TEMPLATES & ADD-INS> and then selecting
|
| Compress VBA Code | 31 Aug 2004 15:55 GMT | 2 |
I've made forms and VBA code with word 97. The size of my file is 850 Ko. Is-it possible to compress the code (as access for example). Thanks for your help. Regards,
|
| Word Document VBA Question | 31 Aug 2004 15:52 GMT | 4 |
I have an application that creates a report using a third party tool which has the ability to export to a RTF (Word) document. The problem I am running into is the report has lines to seperate certain sections however the export does not support lines. I am looking for a solution ...
|
| Easy way to identify that a document has changed | 31 Aug 2004 15:50 GMT | 5 |
I'm looking for a way to identify if a document has been changed. Objective being to automatically modify the filename, e.g. version number in the following file naming convention filename_vxx.doc. If I remember
|
| City, +day | 31 Aug 2004 15:00 GMT | 4 |
I would like to have a macro were it write "Paris, " and the day of today for example Paris, "d MMMM yyyy" but I dont know how to add "Paris, " with this macro
|
| Make an option to show hidden text only. | 31 Aug 2004 09:42 GMT | 1 |
Sometimes you have to make text hidden for reuse later (e.g; in an operation manual where a certain parameter or option didn't make it in the official release of an application). But if you want to search for it a few months later (e.g. when updating the
|