| Thread | Last Post | Replies |
|
| textbox proprty not available | 05 Jun 2005 06:47 GMT | 3 |
in the documentation, the textbox control should have a property called 'boundvalue'. although i'm not sure yet how to use it, i get a error meaasge saying invalid property. what i'm trying to do is set the value of the textbox so it will load in the
|
| Shutting down all instances of word. | 05 Jun 2005 02:42 GMT | 1 |
I have a routine initiated in MS Access, which uses late binding to create a hidden instance of word and then performs a lengthy manipulation in a large word table. I need to be sure on entry to the routine, and exit from the routine, there
|
| Can we enable/disable undo manually/programmatically in Word? | 05 Jun 2005 02:40 GMT | 3 |
I want to disable undo programatically during executin some VBA scripts then enable it again. Is there a way to do this?
|
| TOC in a consistent style | 04 Jun 2005 14:33 GMT | 2 |
I am trying to generate a table of contents consistently but this is difficult using the ³Create Table of Contents² menu item because it seems to change each time and I cannot get the results I need. So I¹ll have to create a script.
|
| Disable Save prompt on Close | 04 Jun 2005 14:19 GMT | 4 |
I am trying to disable to Save prompt that appears when a document is closed in Word 2003. I have found several code samples on the MSDN website, none of which seem to work. I am writing this code in the Document_Close event. It could be that the code is correct, but it should ...
|
| Bookmarks & ASK Fields | 04 Jun 2005 13:56 GMT | 2 |
I set up some ASK fields and bookmarks. Only problem - How do I activate the fields to point the user to each field? I want the user to be able to open the file and he/she will be prompted to enter information and the info will be placed in the appropriate section of the form. ...
|
| How to do a mailmerge wifrom VBA? | 04 Jun 2005 07:36 GMT | 1 |
I recorded a macro fdoing a mailmerge and tried to cusomize it so I could use the code for different files. The data file is a txt file with no headers and uses ";" as seperator. When I look at the application.mailinglabel.createnewdocument instruction I
|
| Macro to call File, New | 04 Jun 2005 07:34 GMT | 1 |
In my workgroup template location, I have several subfolders - Letters, Labels and Pleadings. I'd like to create a macro that will do: file, new, Labels tab. I can get the File New part but I'm stuck on getting it to open a specific template folder so the user can click one ...
|
| Macro: search text strings transfer to Excel | 04 Jun 2005 07:32 GMT | 1 |
Apologies in advance if this is the wrong forum for this question. I need a simple macro to search for certain text strings in a document and then copy these instances into an Excel document. I'm presuming this is a rather simple task to do. I don't have time to learn VBA to
|
| Word Form | 04 Jun 2005 07:18 GMT | 1 |
I need some assistance. I built a form in Word. I would like the user to be able to paste information from an Excel spreadsheet into a field in the locked form. Can anyone offer suggestions on how I could go about setting that up?
|
| Help - Disable Printing | 04 Jun 2005 06:11 GMT | 2 |
I am writing a COM Add-in for Word 2000. I assume the code below should disable printing, Private Sub App_DocumentBeforePrint(ByVal Doc As Word.Document, ByRef Cancel As Boolean) Handles App.DocumentBeforePrint
|
| Problem with Range.Text | 04 Jun 2005 04:37 GMT | 2 |
I want to get text in Range object. But I am also interested in numbered list formatting. e.g. if text is 1. x 2. y
|
| Symbol Codes | 04 Jun 2005 03:48 GMT | 3 |
I want to insert a field in a document that produces a circle. I have previously created a field that produces a diamond using {SYMBOL \f Wingdings 117 \* MERGEFORMAT}. Can you tell me where I can find the number (ANSI code?) to produce a circle instead of a diamond?
|
| Form Fields | 03 Jun 2005 23:16 GMT | 5 |
I have a Drop-Down Form Field set up on my form. When I enter all the items for the drop-down list, it displays the first item as my default. Is there a way of entering a default message (example: Please choose an item from the list) instead of displaying the first item on the ...
|
| Forms | 03 Jun 2005 22:51 GMT | 3 |
I've created a form in Word 2003 and wonder if there is an easy way (for a novice) to write a macro that would capture data input from one field and put it into another. The form I've made is one that is locked and people tab from one form field to another. I'd like to be able to ...
|