| Thread | Last Post | Replies |
|
| Why is reapplying style different from applying style | 31 May 2005 20:06 GMT | 1 |
I have a question that may not be VBA related but this is where you real experts are and I did not get a good answer in another group. Must I lose Font (character) formatting when reapplying style?? I have superscripts (exponents). When I change style of the paragraph from
|
| Search within String | 31 May 2005 18:54 GMT | 3 |
We've got a string (Adres) received from a database How can I search within the string for a comma (,)? I want to use it in the way described below if the string contains (,) then
|
| Printing a document "to a bitmap"? | 31 May 2005 17:59 GMT | 1 |
I would like to generate "previews" of Word templates, which are used as report templates in our VB.NET application. I notice that I can "copy as..." a range into the clipboard to be pasted elsewhere as a bitmap, however, I would like to "save a range as" in some way so that I ...
|
| Take me to the "next" subroutine | 31 May 2005 17:22 GMT | 3 |
Greetings MVP Word Gurus, This should be an easy one for ya'. Like everyone else I have been giving a work assignment to create an electronic automated Word form. I have read Dian Chapman's wonderful article about creating Word forms (all four parts)
|
| search and replace in VBA seems a little strange | 31 May 2005 16:13 GMT | 1 |
I am planing to use vba to massage some HTML files to get rid of certain tags and attributes. Below is the start of the VBA. All seems to be OK until I start to use WILDCARD characters in the search and replace expressions and then things SOMETIMES work and sometimes don't. e.g. ...
|
| AutoText entries in Global template | 31 May 2005 15:20 GMT | 2 |
I have a number of templates where each might require the samer autotext entry. I have, therefore, placed this entry in the autotext collection of my global template (myGlobalTemplate.dot) When I'm in a document attached to a document template I now want to
|
| Macro to replace 580 off them. | 31 May 2005 10:15 GMT | 4 |
Hello from Steved T( 9 0 4) S( 1 0 0) C( 0 0 0) D( 3 0 2) J( 6 0 2) .Text = "[A-Z]\([0-9 ]{1,}\)" works fine but I would like to Bold and increase the Font to 10 What do I need to do please,
|
| split msWord Document | 31 May 2005 10:15 GMT | 4 |
I want to split my single word document into multiple word documents or images. The number of peices depend upone a particular keyword. When ever there is a keyword all the upper portion will be saved to another word document.
|
| Problems with Routing slip | 30 May 2005 22:59 GMT | 1 |
I've got a Template to which I add a routing slip when the client hits the Submit button. I also send a separate e-mail to one group because their Service account will read the e-mail and add the job directly into their work database. This Template works perfectly fine on my ...
|
| Preventing the steps to record into the undo stack | 30 May 2005 22:50 GMT | 8 |
I type a simple 4-letter word in MS-Word. Then, I run a macro which performs 1000 steps. The undo stack records the 4 characters + 1000 steps. Is there a way in MS-Word that I can ask it to not to record only that 1000 steps into the undo stack? Any VB code is fine.
|
| TOC Question | 30 May 2005 19:53 GMT | 6 |
I use this method (Selection.Fields.Add) to add an entry in the document for the Table of Contents that is then generated by the program, however I want to make some in the TOC Bold. Thank you in advance,
|
| Footer in Excel | 30 May 2005 19:50 GMT | 2 |
Sorry for asking about Excel VBA in a Word group, but my ISP doesn't have a Excel newgroup on their server. I have figured out how to write something in the Excel footer: Dim text as string
|
| Overriding Documnet Save Event | 30 May 2005 19:00 GMT | 1 |
I want to override the Document Save event. I will explain the full situation to you all now: I am willing to call the Dialog box "Do you want to save the document" when I press the Save Button. Now if I press YES, I should get one more dialog box
|
| Autocorrect | 30 May 2005 18:51 GMT | 1 |
How might I import my Autocrrect dictionary from my former PC into my new one?
|
| Setting Height and Width of an InlineShape | 30 May 2005 14:14 GMT | 1 |
When i set height and width of an inline shape. i observed that the number of pixels will be increased by 1.33 for both height and width. First question that i want to ask is, parameter that i send for setting height or width, is the number is number of pixels? what should i do ...
|