| Thread | Last Post | Replies |
|
| Search string and copy all text at the end of the section | 24 Jun 2007 20:08 GMT | 4 |
I need to search for a string in a document , select all the content after this string until the end of the section and copy this selection in a new document. As I'm new in vba word, I don't know the best way to do this, so any
|
| Inserting a field that users cannot edit | 24 Jun 2007 19:03 GMT | 1 |
I am using custom doc properties to store some values and update several fields in a word document after a particular event. I do not want users to be able to overwrite any of the fields by typing. I believe that this can be accomplished by selecting the field and
|
| code to reactivate toolbars? | 24 Jun 2007 13:59 GMT | 6 |
I've automated some email functions from within my MS Word documents. But my Word toolbar functions do not function after emailing unless I either close Outlook or shift from Word to Outlook back and forth once or twice, OR close Outlook. It works entirely fine if I do not have ...
|
| Bizarre table behaviour - can you explain? | 24 Jun 2007 11:15 GMT | 4 |
This is Word 2002... but I'd be surprised if it was unique to Word 2002... Fed up with the DocumentMap not handling tables, I wrote my own outliner that selectively shows and hides rows... worked a treat. Then I discovered I needed some extra columns - but I've no screen estate
|
| A content control like MS's citation, bibliography, TOC, etc.? | 23 Jun 2007 18:27 GMT | 1 |
In Word 2007, inserting a bibliography, citation or table of contents adds content controls that have features I'd like to use too. But I don't see how. Insert a bibliography or table of contents, click in it, and you'll
|
| VBA: how to handle hyperlink subaddress | 23 Jun 2007 12:38 GMT | 5 |
Why does MS have to make things SO awkward!! I am trying to parse an internet address from a Word Hyperlink with VBA Let's say the address is "index.htm#inlineanchor" No problem
|
| Problems unprotecting template, running a macro and reprotecting | 23 Jun 2007 10:38 GMT | 1 |
Good morning, I have a template that contains 3 macro buttons. I have the template password protected but I would still like users to be able to use the macro buttons. I keep running into two problems:
|
| RoutingSlip Object and ActiveDocument.HasRoutingSlip | 23 Jun 2007 10:17 GMT | 1 |
In Word 2007 these are listed as hidden. What is the replacement for these objects and properties? What is the replacement for these or is there a way to still access these members?
|
| Find out which type of footer is used on the current page in a given section | 23 Jun 2007 10:02 GMT | 3 |
I am writing some code that places a picture in a document. This works perfect. I only have one question. I am setting the width of the picture to a fixed number. Then I want to check if the hight of this picture still fits on the current page.
|
| Print 2 Separate Documents Duplex | 23 Jun 2007 09:55 GMT | 1 |
Is there a way to send to separate one page documents to a duplexing printer, and send some kind of code so the printer knows to print the second single page document on the back side of the paper?
|
| Outline Numbering Question | 23 Jun 2007 09:18 GMT | 9 |
I have the following macro that converts my old outline numbering (from WordPerfect) to our new numbering style. The problem is that not all the procedures have the same old style numbering. Most I can convert using "^dLISTNUM ^#^# \l 1" and so on. But I have come across a lot ...
|
| regex request | 23 Jun 2007 08:06 GMT | 9 |
I need to come up with a regex routine that will extract some data from a file, and I am admittedly lousy with regexes. The file contents are as such. Either there will be a single entry such as...
|
| 2 sub | 23 Jun 2007 05:49 GMT | 3 |
hi i´ve got two subroutines: the first looks like Sub SME_novaRubrika() Dim rubrika As String Dim datum As String
|
| InsertFile (include text) or AddFromFile (master) | 22 Jun 2007 23:39 GMT | 3 |
We need to print and send some standard information with each proposal that we send out. So our people open the proposal, print it, then open the information document, print that out, then possibly a third document, and print that out.
|
| controling a never ending loop code | 22 Jun 2007 23:15 GMT | 2 |
I have code that I want to put into a loop. In essence, this loop could be never ending (and that is what I want to actually happen). However in reallity I want to be able to stop and start the loop at will. So really i think I need a non-modal form with 2 buttons (stop and start) ...
|