| Thread | Last Post | Replies |
|
| How do I set a program for "Text to speech" for MS word ? | 09 Jun 2007 21:23 GMT | 1 |
Is there a way by which I can use text to speech software for MS word application? Such a program exists for MS EXcel .
|
| Macro run by clicking an icon? | 09 Jun 2007 20:19 GMT | 1 |
How can I create a macro that can be run by clicking an icon on Word? No icon seems to appear by using Tools -> Macro -> Record New Macro and assigning it to Toolbars.
|
| search and extract quotes to separate document | 09 Jun 2007 17:50 GMT | 3 |
Could someone please help me out with some code to extract only quoted passages in a source document, to a separate document? Thanks very much (Background: writing my final paper for a sociology course, need to keep the word count for any quoted source below 100 words in ...
|
| Mail Merge in Word PLEASE HELP | 09 Jun 2007 14:53 GMT | 1 |
I m trying to write the code for a mail merge that takes the data from sql server and I want to prompt the user with a textbox and then query
|
| Error: could not open macro storage 5981 | 09 Jun 2007 14:53 GMT | 1 |
I have created a Word template that contains quite a bit of embedded VBA. It seems to work on the various Windows 2000 and XP machines I have tested it on and with both Word 2000 and 2003. However on one machine it fails, throwing the error 'could not open macro storage
|
| Wordbasic.Checkbox default value | 09 Jun 2007 14:53 GMT | 1 |
I want two checkboxes to be checked when the user form appears in Word. Right now the lines that build the checkboxes are: WordBasic.CheckBox 10, 35, 125, 16, "Certified Fee", "CheckBox2" WordBasic.CheckBox 10, 55, 177, 16, "Return Receipt Fee", "CheckBox3"
|
| How to start Word without templates through VB 6.0 | 09 Jun 2007 14:30 GMT | 1 |
I am using Word 2003 Visual Basic 6.0. I want to open Word in my VB code without loading the templates (similar to winword/a from command line) I'm using Cretaeobject("Word.Application").
|
| inserting multiline text from pick list | 09 Jun 2007 14:30 GMT | 1 |
Here is the situation. I have a Fax transmittion form for a company with 5 offices. I want to create a single template that can be used by all 5 offices. (that way where there is a change to the document we are only changing 1
|
| Mail merge with Word | 09 Jun 2007 14:30 GMT | 1 |
I m trying to write the code for a mail merge that takes the data from sql server and I want to prompt the user with a textbox and then query
|
| Word 2000 Macro Help | 09 Jun 2007 14:30 GMT | 1 |
I am making a form with macros for my job. The user fills in name, phone number, manager, and department, then chooses from a list of pager groups. Once all this is done, the user hits the submit button and a copy of the form is emailed to me.
|
| VBA code in template disappears | 09 Jun 2007 14:30 GMT | 2 |
I would really like to understand how Word 2000-2003 handles vba and macro customizations. Can anyone explain those circumstances that vba code in a 'new macros module' would disappear or be stripped out? In the 2003 software - will a security
|
| bookmark, protect documents, word 2003 | 09 Jun 2007 14:30 GMT | 1 |
I am using bookmarks in templates to be able to replace text returned from Axapta Database and there are also several drop-down lists in the document . The problem is that in office 2003, the drop-down lists does not work if you
|
| Embed html in Word using Microsoft.Office.Interop.Word | 09 Jun 2007 14:30 GMT | 1 |
I have HTML code(not file). How can I view the data in the wod document. For example HTML code: <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>Sample HTML
|
| Extracting Section Labels and Titles | 09 Jun 2007 10:35 GMT | 1 |
I'm sure this is a very beginning question but I have been having trouble figuring out a function or method in Word that will extract the numbers and headings from labels I have already created. I want to be able to move from one section to another and look at specific
|
| Insert at caret position | 09 Jun 2007 09:43 GMT | 4 |
I'm trying to insert an image where the caret is position. I am managing to insert an image. The problem is to find the position where the caret is. Does anyone know how I can get the caret position? Thanks,
|