| Thread | Last Post | Replies |
|
| Collection object will not return items using key | 23 Aug 2007 12:38 GMT | 3 |
I have the following code: Function CreateCrossRefCollection(sRange As Range) As Collection Dim aField As Field, FieldName As String, ReqName As String Dim tCase As String, TCaseObj As TCaseClass
|
| Writing to work doc instead of Debug.print | 23 Aug 2007 10:13 GMT | 1 |
I'd like to write all of my "debug.print" lines to a Word doc. I've done Excel programming before but nothing in Word, so need some assistance. This is what I have that needs to be converted. If wdDoc Is Nothing Then
|
| Word PIA call to Documents.Open with 'false' for ConfirmOpen changes static option? | 23 Aug 2007 10:08 GMT | 3 |
In a program I wrote that uses the Word PIA, I have a call to Documents.Open as follows: Word._Document wrdDoc = wrdApp.Documents.Open(ref oXmlFilename, ref oFalse, ...etc...);
|
| Using calendar in form, calculate age & distribute form - 3 questi | 23 Aug 2007 08:46 GMT | 7 |
I have created a very simple form in Word using form fields. I have used a simple macro for a pop-up calendar in Word, taken from the site www.fontstuff.com/word/wordtut03a.htm. Now I would like to have the Calendar pop-up when I click on a certain field. In the "Text Form Field ...
|
| Delete all frames in a document including the text located in these frames | 23 Aug 2007 07:48 GMT | 2 |
Dear Experts: I would like to be able to delete ALL FRAMES in a document using VBA. Below macro regrettably only deletes the frames but not the text that is located in the frames. How can I ask Word to delete the frames
|
| Assimilating non-heading numbering styles into in-house heading st | 23 Aug 2007 05:01 GMT | 6 |
Am trying to find a clean and easy way to take foreign (non-heading styles) numbering styles (those not used in my company) and convert them into in-house (my company) heading styles. For example: quite often we get documents from clients using let's say
|
| Macro for Pre-2003 Track Changes Options | 23 Aug 2007 02:57 GMT | 1 |
I'm pretty sure I found a macro here previously that allows you to choose different redline options in the Revisions/Track Changes tool of the new Word. Can anyone help me out - again? Thanks.
|
| INCLUDETEXT replace the bookmark name | 23 Aug 2007 02:53 GMT | 1 |
I need to create a find/replace function that will allow me to replace the bookmark name in the "INCLUDE TEXT" field. I've searched this site and found an example that I'm working with, as I debug this, I see that "afield" has the data that I need to change, all I really want to ...
|
| Change font color of whole document excluding headerFooters on sav | 23 Aug 2007 02:41 GMT | 1 |
How do I change the color of text of the whole document upon save. For instance to 75 percent gray or any color. thanx ahmed
|
| Duplex and DeviceCapabilities | 23 Aug 2007 00:58 GMT | 5 |
Word 2003, XP Networked printers with local drivers. I'm trying to query a printer to establish if duplex is available. Everything I've researched points me in the direction of DeviceCapabilities.
|
| Autogenerate file names from Word Form inputs | 22 Aug 2007 22:20 GMT | 1 |
I am creating a form that will be sent out with people who have laptops but no connection to a centralized server. They will be creating many unique documents from the standard forms and we are standardizing the name of the resulting .doc files to be created from three fields on ...
|
| How to Create a check box in a Word Document that is not a Form | 22 Aug 2007 20:58 GMT | 4 |
I have a Document that is not a locked form that I would like to add check boxes that act like the check boxes .in the Contemporary Fax Template. You can check and uncheck by clicking int he box
|
| WordProcessingML from a document | 22 Aug 2007 20:57 GMT | 2 |
i want to get the xml (WordProcessingML) out of an existing word (2003) document. i searched and asked over the net and came across this: ActiveDocument.Content.XML
|
| Macro that worked well in Word XP, but does not in Word 2007 | 22 Aug 2007 17:02 GMT | 1 |
Good morning, I am using WIN XP SP2, Word XP and Word 2007 fully updated, all in french versions. French Windows uses normally the comma as decimal separator and you need it
|
| Macro that worked well in Word XP, but does not in Word 2007 | 22 Aug 2007 17:00 GMT | 1 |
Good morning, I posted this questionin vba.customization but did not get an answer, maybe here ? I am using WIN XP SP2, Word XP and Word 2007 fully updated, all in french versions.
|