| Thread | Last Post | Replies |
|
| Passing Variables between Macros In Word | 28 Mar 2007 16:17 GMT | 3 |
I am trying to pass a Variable between Macros (Main and Analog) in MS-Word. The user enters a Number in the message box. This is used to open multiple Files that start with this number. The Complete filename are: 123456_Analog65.txt and 123456_Digtial65.txt
|
| Reference is broken, but why | 28 Mar 2007 15:42 GMT | 2 |
I have a problem with my addin and the reference set to this file. I develop an addin (Library.dot) that is stored in words startup-path (subdirectory of winword.exe). In Tools / Options this path is also set in the AutoStart-entry.
|
| A disposable Normal w/ macros in Add-In? | 28 Mar 2007 15:03 GMT | 6 |
I've been "upgraded" again! Now we've got some add-ins and other things that cause my Normal.dot (in Word 2003) to always save when I close Word. I can't turn these off. I did some reading through the newsgroup and found several posts that
|
| Convert WordPerfect 12 Macros to Word 2007 | 28 Mar 2007 14:28 GMT | 2 |
What's the fastest way to convert nearly 1000 macros and templates from WordPerfect 12 to Word 2007? I've done some research and realize the two programs use two different macro authoring methods, but surely there's a batch conversion utility out there, right?
|
| Macro to select all continuous text of a particular | 28 Mar 2007 14:12 GMT | 5 |
I'm trying to create a simple macro that will select all continuous lines of a particular style. So, for example, I have 20 lines of normal, then 2 lines of Heading, then 20 more lines of normal. I want to be able to select that first 20 lines of normal, do an operation on
|
| Setting table properties in code | 28 Mar 2007 13:22 GMT | 1 |
A table pasted from the clipboard into an empty doc needs to have its properties set (it was copied to the clipboard by Excel). However, statements like this are failing: Selection.Tables(1).Rows.AllowBreakAcrossPages = False
|
| How can we remove page formatting? | 28 Mar 2007 13:10 GMT | 1 |
When I do this process seen below manually, page indents are removed, regulating spacing before and after lines, etc. Sometimes funny formatting comes along with text saved from the web ... *********************************************************************************
|
| vbCr | 28 Mar 2007 12:28 GMT | 4 |
I want to insert an address into a DocVariable and have used the code: ActiveDocument.Variables("address").Value = _ strAdd1 & vbCr & strAdd2 & vbCr & strAdd3 BUT when the letter is generated, I get the small square boxes inserted
|
| Word field codes | 28 Mar 2007 10:48 GMT | 1 |
I am trying to use field codes with some simple IF statements in a word document, but have been unsuccessful. Logical statement I need to place in the field code: IF 54.1 =< x(REF FIELD) =< 56 "Pass" "Fail"
|
| Remove extra space in initials ... | 28 Mar 2007 08:08 GMT | 11 |
Last one today, I PROMISE <g>. I've had the situation come up in my clean-up macros that after putting correct spaces after each line, that the script interprets initials in the same way.
|
| Form Design in Word | 28 Mar 2007 03:07 GMT | 5 |
I have designed a form and it works well. However, I have found the need to allow others the ability to place photos in this form. When I am in the design mode of my form, what are the steps to allow the placement of one or many photos in this form?
|
| Use Macro Auto Format Document, Word 2000 & 2003 | 28 Mar 2007 02:58 GMT | 1 |
I have 100 page word document that was saved as a txt document. When I saved it as a word document it did not have complete sentences. Is there a macro that I can run to make all sentences that begin with a capital letter and then find a period(.) and make it a complete
|
| Form Templates | 28 Mar 2007 02:50 GMT | 2 |
Word 2003 - I have a form that inspectors use on laptops to input data that goes into a report. After they have filled it out they save it as a document and email it to me. They have horrible punctuation and writing skills. Once I get it I cannot rewrite anything they have put ...
|
| VBA much slower in Word 2007 than Word 2003 | 28 Mar 2007 02:49 GMT | 2 |
I create family history books (genealogy) for our extended family. The books are very large ranging from 100 to 1500 pages (yes, I use sub-documents where I can). The books contain huge numbers of footnotes and footnote cross-references as all facts are documented by sources ...
|
| VBA for programmers: books? links? | 28 Mar 2007 02:43 GMT | 3 |
Would anyone recommend some books (not references) or URLs to tutorials worth going through? Maybe some sites that have good VBA source code that would teach "good practices". Microsoft.com surely has documentation upon googling, but everything I
|