| Thread | Last Post | Replies |
|
| Docs Open - Hummingbird's doc management program | 03 Oct 2003 15:31 GMT | 2 |
Does anyone know how to interpret/extract the database ID document number from a Docs Open profile sheet? For example, the actual document number is something like 1TC01!.doc, but the profile sheet/database number is #2352.
|
| writing a macro | 03 Oct 2003 15:21 GMT | 3 |
I am using MS Word 2002. I have been trying to insert a field onto each page of a ten page document and write a macro so that the person completing the form only has to select the information one time and it automatically sets
|
| Variable Page Header & Footer | 03 Oct 2003 15:20 GMT | 1 |
We have some Word documents that need to have the words "User Copy" printed in the header and footer when certain users who only have read access to the documents and left blank when the user who is responsible for updating the document prints it. Any suggestion on how to do this ...
|
| Saving text to Access DB | 03 Oct 2003 15:09 GMT | 2 |
i'm trying to create a macro to select the body of a MS Word document and put it into a field in an access DB. i've been able to do it for small text fields, but, i'm not sure how to do it for a large block of text. should i use OLE Field? Do i need to put in bookmarks to select ...
|
| ComboBox | 03 Oct 2003 15:04 GMT | 2 |
I have a form in Word that I have included an ActiveX ComboBox. I tried writing code to populate this ComboBox but nothing shows up. Can someone please help me. I tried Me.ComboBox1.AddItem but it did not work as well.
|
| Show/hide document sections based on need | 03 Oct 2003 15:00 GMT | 1 |
I am creating a document template and I want to show or hide certain sections of the document based on an answer to a specific question or questions. Is this possible? Thanks in advance,
|
| Similar Text Form Fields to be Filled Using Dialog Box | 03 Oct 2003 13:57 GMT | 1 |
I have a form with multiple text form field entries on row1 (text1, more1, add1) that are filled in by the use of a dialog box. I want to be able to detect if row1 has been completed and, if so, enter the data in row2 (text2,
|
| Search only works when text is blocked | 03 Oct 2003 04:49 GMT | 3 |
I'm trying to write a macro that will find all instances of a word and add a comment to it. The code below works, but only if I highlight all my text with my mouse. What am I doing wrong?
|
| varify the input in a table | 03 Oct 2003 03:03 GMT | 1 |
I have a document that has a table on it. The table has 3 columns and over 12 rows. The first column is a sample, the second is the spec, the third is for results. the user updates the results I want it to highlight in red if it is over the specification. I am not sure how this is ...
|
| Designing forms in Word | 03 Oct 2003 02:57 GMT | 2 |
I'm not sure if this is the correct place but here goes. I need info / help designing forms in Word. Can someone recommend a training site or book anything would be of assistance. Thank you in advance.
|
| View code of new control - missing | 03 Oct 2003 02:13 GMT | 5 |
When I add a new control such as a command button on a user form, and I click on View Code, VBA normally inserts "starter" code. Sometimes this does not happen. If I copy a command button, and View Code, in VBA the starter code is not shown and the cursor is at the very top of
|
| Word.Paragraph | 03 Oct 2003 02:09 GMT | 1 |
How can I get oPara1.Range.Text = "CHIEF COMPLAINT:" to support more than one line. I want to replace "CHIEF COMPLAINT:" with the example below Example would be:
|
| Using Task Scheduler to fire doc with macro? | 03 Oct 2003 02:06 GMT | 3 |
Would it work to create a document with a macro that fires off when the document opens, then use the Windows Task Scheduler to open that document at a certain time, to run the macro at a specified time? Or is there an easier way?
|
| New Template | 02 Oct 2003 22:04 GMT | 3 |
I'm using Doucments.Add to create a new template based on an existing one. The original template is signed. However when I do this it seems that any macros in the original template are not copied into the new template.
|
| bookmark size | 02 Oct 2003 21:54 GMT | 3 |
Error stating that I am trying to paste too much into a bookmark. Basically an array is created from a list and some user inputs and the contents of the array are used to populate bookmarks in a new template (bookmarks inserted after loading the template and then text is
|