| Thread | Last Post | Replies |
|
| Extract data from Word Table | 12 May 2008 04:41 GMT | 4 |
Hey all, I have a large document with hundreds of word tables that I would like to extract into Excel with VBA. The MSDN example I found doesn't work so I'm not sure how to proceed.
|
| Transferring listbox values into document | 12 May 2008 04:30 GMT | 11 |
I have 4 combo boxes and 1 text box set up on one of the pages of a multipage form in Word. The user chooses values from the 4 combo boxes and enters something into the text box and presses an ³Add² button (see code below for the add button) to insert the values into a 5 column ...
|
| text file for mail merge | 12 May 2008 04:08 GMT | 4 |
Have text file for merge purpose. cells are seperated by a comma rows are seperated by there commas. Mail merge selection does not as I can see reconize 3 comma seperation. Is there a way to set row seperation as I create the
|
| Renaming bookmarks when inserting file | 12 May 2008 02:03 GMT | 4 |
I would like to be able to rename the bookmarks on a document that I am inserting into a template new doc. The template has the abilitiy to add this document many times and I will run sql statements to populate some of the fields on the inserted file.
|
| Inserted Pictures | 11 May 2008 23:48 GMT | 4 |
I have documents that were converted from WordPerfect to Word. I created a macro the Resets the outline numbering, page setup and other things. A lot of the documents have inserted pictures and AutoCad drawings in them. Is there a way to over look these when the macro is running?
|
| Setting Cursor Position | 11 May 2008 14:51 GMT | 5 |
How can I position the cursor at a certain bookmark upon opening a new protected document? Thanks, Bryan
|
| combo box, drop down - dynamic populate | 11 May 2008 14:37 GMT | 16 |
I have an insurance template which auto populates some fields from a database. One of the fields being populated is a client id. What I would also like to do get the policies of this client and populate a drop down or combo box.
|
| Counting verbs | 11 May 2008 09:02 GMT | 8 |
Is there any way to make word count the number of verbs in a document or highlighted portion? thanks
 Signature **********
|
| Shape.Select() is not working in threaded mode | 11 May 2008 07:24 GMT | 4 |
I have some embedded jpg attachments in my DOC file. I am extracting it like this: shape.Select(ref nullobj); shape.Application.Selection.CopyAsPicture();
|
| Word 97 Macro to Create Outlook '03 Email With Text Format | 11 May 2008 06:04 GMT | 5 |
Perhaps this should be in the Outlook discussion group, but I use a Word 97 macro that creates an email with Outlook 2003. That email uses the contents of the current Word document as the body of the email.
|
| Wrapper class for ContentControls (implementing Text property) | 09 May 2008 22:19 GMT | 4 |
Hi group. I am working with ContentControls in Word 2007 and have now (once again) stumbled upon something peculiar. The basic Microsoft.Office.Tools.Word.ContentControl class - the type that can represent all eight types of content controls - has lots of
|
| Normal.dot default | 09 May 2008 20:43 GMT | 4 |
Everytime I open Word 2003, my toolbars, macros, etc. are changed. I have saved a copy of the Normal.dot (the correct one) on my desktop and up until now I have just closed all the programs and deleted the old Normal.dot and replaced it with the copy of the desktop and it has ...
|
| Combobox Value does not change | 09 May 2008 15:57 GMT | 6 |
I have created a form template in Word. This form includes two combo boxes (from the toolbox), one for a product code and the other for quantity. I have a formfield that uses an entry macro that calculates the amount based on the two combo box values. The form is password
|
| dissable save botton | 09 May 2008 15:21 GMT | 7 |
how can i disabled the save boton an the imprin pant
|
| Removing text boxes while preserving the text inside them | 09 May 2008 13:17 GMT | 5 |
There are several macros around to remove text boxes from a document, but I cannot find a way to preserve the text inside them. Can anybody point me to one which actually works? Thanks a lot
|