| Thread | Last Post | Replies |
|
| Addin Field | 11 Mar 2005 19:03 GMT | 3 |
I am trying to use the ADDIN Field typ eto create a bibliography using a VSTO C# application. I can create the field and put information into the Field's Code (The part that is shaded when field codes are turned on) and can add information into the Data property.
|
| writing wizards... | 11 Mar 2005 19:01 GMT | 2 |
what products/tools are needed to write an original wizard to generate a word document?... just wondering where to start....
|
| check box won't uncheck | 11 Mar 2005 15:39 GMT | 5 |
I've got some checkboxes on a user form that check/uncheck and enable/unenable depending on each other's values. Trouble is, in the following code the .chkAndByPost.Value won't change to false even though the conditions are met for it to do so and the following
|
| Creating a Word Doc from an Access Record | 11 Mar 2005 15:35 GMT | 1 |
I need to create a document from an Access record. I don't think I can use a report because there are so many variables. If certain things are checked it will be in the document if it isn't i need the document to shift so there won't be any white space.
|
| how do I read contact names from Outlook address book? | 11 Mar 2005 15:33 GMT | 1 |
I need to populate a listbox in Word with every forename and surname in the Outlook Address Book (global address list). This is so that authors can use the template and select their name form the listbox. I'm using Word 2003 and Outlook 2002, but this may vary.
|
| Making a macro pause for a few seconds | 11 Mar 2005 14:53 GMT | 10 |
Can anyone tell me how to accomplish this, please? Excel has a WAIT function, but Word doesn't seem to recognize it. Thanks Pete
|
| Word thinks a document contains Macros | 11 Mar 2005 12:43 GMT | 1 |
I have a document created in Word 2003 and now edited in Word 2000 The document previously contained macros and the security warning appeared each time the document was loaded. I used the VBA macro editor to delete all the macros in the "This Document"
|
| VBA equivalent of a cell margin's "Same as Whole Table" check | 11 Mar 2005 06:33 GMT | 1 |
All the help documentation says is if, say, the .LeftPadding property is set, it overrides the tables .LeftPadding property. I need to do the opposite: make the cells follow the default table.LeftPadding property. Word seems not to have anything like
|
| Any way to open an encoded text database in Word that won't conve. | 11 Mar 2005 06:27 GMT | 1 |
I'm trying to retreive a database (MDB file) in Word and have been unable to convert the file. I have tried all the encoded text file troubleshooting steps, short of running the Office set-up program again. Any other suggestions? I need to get a large mailing out...
|
| File, SaveAs, "filename"? | 11 Mar 2005 06:21 GMT | 3 |
When I save the document (File/Save As), I'd like Word to suggest the filename "nyfilename.doc" of the document in the save as dialogbox. How can this be done? I know how to do this from the subroutine, but not from Word File menu, Save AS..?
|
| How to determine when Word has completed printing? | 11 Mar 2005 04:57 GMT | 2 |
I am using VB6 to control Word to create and print a document. After printing I am quitting Word, but itr seems Word is still printing. How can I pause or wait until word is completed printing? Thanks in advance,
|
| Pages.... | 11 Mar 2005 02:37 GMT | 2 |
My goal is to add a 'Page x of y' string in my footer. Stickler is I am creating the whole doc in code. I have not seen a way to insert a fieldcode programmatically. Can this be done? or is there a better way?
|
| Finding a font's width in points | 11 Mar 2005 02:25 GMT | 4 |
How can I find a font's width in points? I want to know what's the width in points of each character in the font 'Courier New' when it's size is set to 12. It's a fixed width font (Each character in this font has the same width in
|
| Converting autonumbering to text | 11 Mar 2005 02:10 GMT | 4 |
I'm looking for a way to convert all the auto numbered lists in my document to equivalent characters. I've gone through the office help and MSDN but it's all so complicated and I can't find the answer I want..
|
| Find Cell Marker in Table | 10 Mar 2005 23:02 GMT | 6 |
A lot of the templates I make are tables and after the information is merged into the tables, I usually create a macro to clean up the information. The one thing I can't seem to figure out, or don't know if there is a way to do it, is to search for a cell marker within a table. I ...
|