| Thread | Last Post | Replies |
|
| question about arrays | 31 Aug 2007 20:14 GMT | 3 |
I've declared a one-dimensional, fixed-size array and assigned values to SOME but not all of its elements. I know UBound() will return the upper bound of the array. Is there a function that will return to me the index number of the highest-numbered element **for which I've ...
|
| Remove final macro dialog | 31 Aug 2007 18:24 GMT | 2 |
Outlook 2000 The following macro woks great on the selected text except that after it runs it displays the following message: "Word has finished searching the selection. 2 replacements were
|
| microsoft word | 31 Aug 2007 18:23 GMT | 1 |
I wish to go into The Home version of "Word But I have lost the key to enter Please help?
|
| headers with an optional text phrase on some pages | 31 Aug 2007 15:27 GMT | 6 |
We need to create a document that is capable of having the word "Revised" added to the headers of some pages (those that have been revised since the last approved set of changes). We are willing to identify each page manually, but we aren't willing to add a section break at the ...
|
| excel/word macro conversion | 31 Aug 2007 15:22 GMT | 1 |
Hello all. I am currently using the code below for setting up an e-mail function in excel. If anyone here knows of any way to transfer this macro for it to work on a word document rather than my excel sheet then any help would be greatly appreciated. Thanks in advance.
|
| How do I discover repeating text portions across text files? | 31 Aug 2007 15:05 GMT | 6 |
Suppose I have a specific number of text [dot doc] files of specified size [say not more than 500 words], and have to discover if there are text portions [ie., a set of words or phrases or clauses or entire sentences] 'repeating' across these files. In other words, it is a ...
|
| Extend Finds in search string please? | 31 Aug 2007 13:53 GMT | 5 |
Need a little help please to extend my find - not sure what is best way - the original pattern does not find "hard space" but word "Section" may have 1 soft or 1 hard space after word "Section". The word "Section" will always have a capital letter. to include "Section^s10" without ...
|
| deleting macros | 31 Aug 2007 12:40 GMT | 3 |
windows xp pro sp2, office 2003 pro sp2, i have recorded a macro and saved it within the document where the macro was used. now that i finished with the macro and have deleted it, i am puzzled that subsequently whenever i launched the document the security warning
|
| Loop doc and change color if sentence starts with 'string' | 31 Aug 2007 09:38 GMT | 2 |
How can I change the color of all sentences that starts with a string ( inputbox). Goal: projection of the text of a play for deaf people above the stage. Technically it is possible.
|
| change text color to black only if grey... | 31 Aug 2007 09:26 GMT | 1 |
i'd like to only change text that is grey to black, and leave other colored text as is...how could i do with vba or macro?
|
| External call to Word (as an object) to return a Custom property from a document | 31 Aug 2007 08:29 GMT | 1 |
I need to obtain a custom property value from an active word document using VB6. Test code shown below: In VBA: Dim myProp As DocumentProperty
|
| Encrypted CSV | 30 Aug 2007 22:31 GMT | 1 |
Hiya ... We do quite a bit of mailmerging here with CSV files that are concocted by a database system. These are ornery CSV files and Winword (2003) mailmerges them OK.
|
| Update docvariable fields in Header | 30 Aug 2007 21:16 GMT | 8 |
How do you update docvariable fields in the Headers? I tried ActiveDocument.Fields.Update but that updates fields in the document body and not the headers. Regards,
|
| Highliting | 30 Aug 2007 20:56 GMT | 2 |
Hello from Steved Using the examples below please what do I Need to do with the below macro, as what it does at the moment it will highlite the next word in a paragraph for example 15 STAR OF JUDD 3766 JUST DESERTS 25 it will highlite to DESERTS
|
| variable-sized arrays? | 30 Aug 2007 18:52 GMT | 1 |
I don't seem to be able to assign a variable-sized array in a sub: Dim strCode() As String strCode(1) = "hello" tells me "Subscript out of range". What am I doing wrong? Thanks.
|