| Thread | Last Post | Replies |
|
| Word File Format | 23 Jul 2005 01:49 GMT | 1 |
Hi, I am trying to build a document indexing tool for a .NET application. I am fine with the indexing bit and but I cannot find any real information on Converting word documents into Text. I do not want to use the word object and
|
| Trim to 15 Characters | 22 Jul 2005 21:45 GMT | 4 |
Hello from Steved Below finds the the first word on a line Question when found is ti posiible to trim to 15 characters include spaces in the below macro please.
|
| Replicate information in other form fields | 22 Jul 2005 21:27 GMT | 1 |
I have a document that includes 2 related forms that will be protected for form data entry and distributed. From #2 is an attachment to #1 and includes some of the same information that is shown on form #1. I would like to automate the replication of text so that it automatically ...
|
| Document Variable | 22 Jul 2005 16:33 GMT | 7 |
When I try to type the document variable and value in the document, I get the error message "No Document Variable Supplied." Help!! What I'm typing in is: "Password", Value:=whatever. Of course, I don't have to type in DOCVARIABLE because it is provided automatically. Thanks in
|
| Document_New differences | 22 Jul 2005 13:11 GMT | 4 |
I have a normal.dot template with some code in it to display a form. Private Sub Document_New() frmClassification.Show End Sub
|
| DocumentBeforePrint in Word 97 | 22 Jul 2005 12:59 GMT | 2 |
I just realised that this isn't implemented in Word97. Took me a little while to figure out why it wasn't triggering. <g> I am after a workaround, can't find one using Google, which is surprising. Regards
|
| Tab to next field does not work on User Form | 22 Jul 2005 12:49 GMT | 4 |
I am using Word 2004 (Mac) I have created tab orders in a User Form, by setting the Properties tabstop to true and the tabindex to the order I want the fields to be tabbed, starting from 0. I have three frames on the user form and I have also set
|
| Programming Re Document Save | 22 Jul 2005 08:58 GMT | 2 |
I'm using Word97 and have approx 100 unformatted text files in the following directory \\FINPC13\SHARE FIN01\NR6 Draft .rpt\ I want to open each in turn, perform identical formatting on each file and
|
| To check the call of Save event on DocumentBeforeSave event | 22 Jul 2005 08:42 GMT | 2 |
I want to know that when the DocumentBeforeSave event is called in Word then is it possible to know from where the event has been fired. Is it Save, Save As, Save As Web Page, Auto Save, etc. I want to track from which of these functions i have recieved the call.
|
| MailMerge Doc whit VBA | 22 Jul 2005 08:35 GMT | 6 |
I have a mailmerge document that I want to populate with VBA. I have a copy of a subroutine BatchReplaceAll from the MVP website. I would appreciate some suggestions on what methods I would use to populate the mailmerge fields. Point me in a direction to look.
|
| Can I add user-defined styles to a customized toolbar button? | 22 Jul 2005 01:48 GMT | 2 |
I am using Word 2002. I work with manuals, and would like to have my most often-used styles as buttons on a custom tool bar. Can I do that? Maybe I am using the wrong keywords, but I am not finding it.
|
| Word changes the value of the LeftIndent of my style's ParagraphFormat | 22 Jul 2005 01:43 GMT | 1 |
I have a document that is created dynamically and I have to create styles on the fly to accomodate the content. The styles are intended to control the tab stops, left and right indents and a hanging indent. I have a cascade of nested blocks of text, so each additional level of ...
|
| catching .style failure | 22 Jul 2005 01:43 GMT | 1 |
In VBA, when using the selection.characters(1).style, if there is no style defined at that location a run time error is generated and the macro ends. Is there a way to catch this error and prevent the macro from stopping? I need to do this because I dont know if the location has a ...
|
| opening word docs in IE | 22 Jul 2005 01:43 GMT | 1 |
I am hoping someone can tell me how, or point me in the right direction for the following problem. I need to have word open a specified file, .mht, as a plug-in inside of IE so that I can edit this file within the word plugin within IE. I am not even sure how I can get this to ...
|
| Highlighting mechanism like protected documents | 22 Jul 2005 01:37 GMT | 1 |
I want to highlight text in a Word document, that has track changes enabled and the highlight operation should not appear as a tracked change. For example, when we protect a in Word 2003, Word automatically highlights the regions of the document that is editable by different users ...
|