| Thread | Last Post | Replies |
|
| Finding the "TrailingCharacter" of a specific Heading style. | 30 Oct 2004 14:28 GMT | 4 |
I would like to be able to look at a paragraph that has style "Heading 1" applied to it and be able to tell what the "TrailingCharacter" is between the Outlinenumber and the start of the text. I can get the sytle name, and the fact that it is oulinenumberd, but I do
|
| How to embed my panel into Word's task pane | 30 Oct 2004 07:54 GMT | 1 |
I want to create a task panel and insert it into Word's task pane, how to do that? Is there any interface provided?
|
| Advantages to Select Case? | 30 Oct 2004 04:41 GMT | 2 |
Word 2000 I am working on an error handling routine. Initially, I was handling the errors as follows: If Err.Number = 5216 Or Err.Number = 5825 Then
|
| User-Defined Type Question | 30 Oct 2004 04:32 GMT | 2 |
Word 2000 I've been working on creating my first user-defined, and using it to write data to a file, and then to read data from the file. Here's my code (Please excuse the extra stuff that I put in as examples for myself of how to use
|
| UPDATE FIELD CODE IN MSWORD VBA | 30 Oct 2004 02:26 GMT | 1 |
Please tell me how can we update the fields with a new value. Is there any other command than SET to update the same fieldcode. When i have to update the same field with a new value i have to run the SET command which ultimately creates a same field code with new value but DOESN'T ...
|
| Disable editing | 30 Oct 2004 02:22 GMT | 1 |
I want to be able to prevent anyone from editing a word document that I save. I don't even want them to have to ability to save the document - on their drive - to edit. Protecting a document or saving with a password or read only can allow a person to Save As. You just make ...
|
| Mac OSX VBA bug | 30 Oct 2004 00:45 GMT | 3 |
If you develop in VBA for Macintosh OSX, don't depend on the Options.DefaultFilePath command to find Office folders. OSX is now a case-dependent operating system, but Options.DefaultFilePath returns only lower-case versions of the paths. This didn't matter with earlier Mac OSs
|
| PROBLEM WITH FORMS | 29 Oct 2004 22:37 GMT | 1 |
I HAVE SEVERAL PEOPLE IN MY OFFICE THAT ARE WORKING ON DIFFERENT PARTS OF A LARGE DOCUMENT. I CREATED TEMPLATES WITH FORM FIELDS THAT THEY COULD FILL IN. I HAVE NOW COLLECTED ALL THE PARTS TOGETHER AND CANNOT EDIT THE TEXT. THE SPELL CHECK WILL NOT RUN AND IF I TRY TO GET INTO ...
|
| Deleting text within a paragraph. | 29 Oct 2004 22:21 GMT | 7 |
I am trying to delete text in each of several paragraphs, starting at the end of the Bolded text and deleting all text until the first tab. This works find as long as each paragraph has both Bolded text and a tab. My problem comes in when one of those items is not present in the ...
|
| Printing footers | 29 Oct 2004 16:08 GMT | 2 |
This may sound like an odd request - but is there a way in Word 2000 to ONLY print the footer of a stated range of pages? Normally if I want to do this I have to select all the text in the main body of the page and change it to white ink so it doesn't show up when printed. I
|
| Selection on page 2 | 29 Oct 2004 15:08 GMT | 2 |
Thank you in advance to the respondent. What I am doing: A form has checkboxes for items on a report / headings with a bullet under it. The headings relating to the checked boxes will be deleted.
|
| InsertFootnote ruins Table breaks | 29 Oct 2004 15:03 GMT | 5 |
I added this macro (from a reference article on this site) as I wanted to add a TAB before the Footnote Text, that's all. Sub InsertFootnote() ActiveDocument.Footnotes.Add Range:=Selection.Range
|
| Activate Word | 29 Oct 2004 13:46 GMT | 1 |
I'm trying to activate an existing Word instance (I'm doing this through Ole automation). Actually, my app tries to run a Macro that will activate Word. Here's the code for this macro (pretty simple stuff): Application.Visible=True
|
| Can I extract a XSLT from a Word DOcument? | 29 Oct 2004 13:33 GMT | 6 |
Ok, here is what we do currently. We have an application which creates complex contracts in Word 2000. And with complex I mean really complex as in “Banking Industry Complex”. We use Bookmarks for the Data and we use Special Bookmarks for Paragraphs
|
| VBA example - insert Word subdocument in master file | 29 Oct 2004 12:43 GMT | 3 |
Could anyone send me a vba example about how to insert Word sub-document into one existing Master document? Please help me. I am using Win XP and Office XP. Many thanks.
|