| Thread | Last Post | Replies |
|
| Skipping in a loop | 12 Oct 2007 17:28 GMT | 8 |
Does anyone know a way to loop through all instances in a collection, but *skip* doing something to unqualified members? I know I could go For Each objPara in Selection.Paragraphs
|
| How to Delete a VB Module | 12 Oct 2007 16:53 GMT | 5 |
I've inherited a document which contains two nearly identical macro modules. One is the currently used macro set. The other is an older, obsolete version of the same macro set (the previous owner is a bit of t pack rat ;-). I want to delete the obsolete module but can't figure ...
|
| Find/Replace 2 col table insert tables, logos ^p (keep richttext when replacement text) | 12 Oct 2007 13:13 GMT | 2 |
Beginner vba user - completely stuck and could do with some assistance please regarding using replacement text which holds its format. I have simple code that selects find [variable] 1st column table and selects replacement text from 2nd column. The replacement text is formatted ...
|
| Move object with text | 12 Oct 2007 12:34 GMT | 3 |
Having many small screen shots to put into a Word document I prefer to let the objects dictate where the text goes rather that the other way round. I therefore have to un-tick 'Move object with text'. I have tried to record a macro but 'greyed' commands prevent that.
|
| UserForm Controls and Bookmarks | 12 Oct 2007 12:04 GMT | 4 |
I have a word document with approx 20 bookmarks in it. I have a UserForm that populates those bookmarks. I would like the code to be generic but am having a problem - the following code returns an error "Invalid Qualifier" with reference to the textBox field name. I would really ...
|
| SENDTO ? | 12 Oct 2007 10:40 GMT | 1 |
I created a form in HTM format in WORD. I can add a hyperlink to MAILTO: some people. But, is there a way to change this hyperlink to send the page, opening up a new email, have it already addressed and all I have to do now is SEND?
|
| Detecting the end of a row | 12 Oct 2007 09:01 GMT | 1 |
In a mixed selection that begins in a paragraph and ends in the first row of a table, the range.paragraphs contains the end-of-row marker as a para. If I select that para range, range.information(wdatendofrowmarker) is false. If I collapse the range, it's true.
|
| Find and Create Range Problem | 11 Oct 2007 23:08 GMT | 2 |
I'm using Word 2007 on WinXP SP2. I have several document which have instances of things like: [BEGIN BOXED TEXT] (some paragraphs)
|
| Argument names in subs and functions | 11 Oct 2007 21:22 GMT | 1 |
When naming arguments for use in a sub or function, should I adhere to my usual naming format? E.G. Sub LOParas(ByRef rngWork As Range, strAction As String) or is
|
| Fill In One Field in a doc and appear elsewhere on the same doc | 11 Oct 2007 19:49 GMT | 1 |
I have designed a form in MSWord. I want to take the input contents of a Text Form Field on page one and have it also show up on page two automatically. This is probably easy but I'm not phrasing the question properly for the Office Assistant to locate an answer. Help me.
|
| Editing the target or multiple hyperlinks | 11 Oct 2007 16:06 GMT | 1 |
I have a large group of files that will all exist in a single folder. I want to open each document. Go through and change every hyperlink by deleting the first portion of the link. Then save the document, close the document and move on to the next one in the folder.
|
| Help with inline shapes | 11 Oct 2007 14:53 GMT | 1 |
Hello, I am trying to make a DOT file with a number of text boxes set up as inlineshapes. I can get them in the document fine (names in property list of TBox1, Tbox2 etc), and they work with the dblclick event just fine but I
|
| How to check the Style property in managed code | 11 Oct 2007 07:15 GMT | 2 |
In managed code, I'm trying to check the Style property of a Range object. I'm having a problem because this appears to return a System.__ComObject that .my code doesn't know what to do with. How can I determine the Style of a Range in managed code? Thanks,
|
| MYSTERY: Saving template deletes bookmark | 11 Oct 2007 05:58 GMT | 9 |
Has anyone encountered this before? I insert a bookmark in the main story of my template. As far as I can tell there's nothing special about the template or the bookmark - altho I can't say for certain; I inherited the template from a long-departed source. Every time I save the ...
|
| macro to get data from excel to word | 11 Oct 2007 03:24 GMT | 3 |
I have a series of contact data which I need to get into each client letter, how to write a code to enable me to do that? I have known how to get data from text files to generate the multiple files, but how can I do that from an excel worksheet?
|