| Thread | Last Post | Replies |
|
| Looking for a Fuzzy Matching algorithm | 31 Jan 2007 21:38 GMT | 6 |
I'm looking for a Fuzzy Matching algorithm to compare two sentences, compute the percentage of matching and show the difference(s). But I don't have any clue at all on how to program such an
|
| vba platform | 31 Jan 2007 21:19 GMT | 4 |
I am new to VBA and attempting to learn it so I can code the forms needed for the access database which I have developed but not turned over to the users yet. I have found several helpful sites with free tutorials to get started, but I
|
| Word Visual Studio Programming Problem. | 31 Jan 2007 19:28 GMT | 6 |
I have written the following code below which worked fine with Word 2003, but fails with Word 2007. Can anybody shed any light on it for me? Dim wdApp As New Microsoft.Office.Interop.Word.Application Dim objDoc As Microsoft.Office.Interop.Word.Document =
|
| Checkboxes on Userform -- Unable to Clear Checkmark in Checkbox | 31 Jan 2007 19:03 GMT | 1 |
I have been looking for several days now, so I am coming to ask for help. I have a userform that has 7 checkboxes, but many variations run many different macros. I am doing ok until I change the value of one of the checkboxes. When
|
| Loop thru files | 31 Jan 2007 18:31 GMT | 2 |
I've done this before but seem to be doing something wrong now. I want change the date in a bunch of docs. I'm using the following code. It changes it in the first doc but doesn't move to the next.
|
| Global Template - not save changes when unload | 31 Jan 2007 18:14 GMT | 1 |
We have a template that is loaded as a global template when Word is started. During the course of the session, the template is modified. When Word closes, it prompts the user to save the template. What we want to achieve is closing Word without that message - the template
|
| Go to closest editable area | 31 Jan 2007 17:53 GMT | 2 |
I have a template in Word 2003 that uses partion protection. Certain areas of the doc have full edit capabilities while others are not editable. What I want to do is anytime the user clicks or selects inside a
|
| String too long... | 31 Jan 2007 13:51 GMT | 23 |
This example works for Selection.TypeText seems to work well even after a .Find & .Execute http://support.microsoft.com/kb/181110 I am maintaing an application and am a bit new working with Word Objects. I am in another section of code and am not been able to obtain the benefit of ...
|
| Automatic Printing | 31 Jan 2007 13:06 GMT | 3 |
All, I have an Access Database that uses the Mail Merge option from Word. What I need to know is how do I print my reports from Word Instead of just viewing them. If this is the wrong group please let me know the group I should ask.
|
| Userform and checkboxes | 31 Jan 2007 10:25 GMT | 5 |
I have a template form in word that when opened shows the user a Userform to complete. This form has several text boxes and several check boxes. I have the following code, activated from the OK command button, to fill in the text boxes based on the text keyed in to the Userform ...
|
| Forms and Checkboxes | 31 Jan 2007 10:20 GMT | 1 |
I have a form that starts with a questionnaire and uses the information in the questionnaire part to create a letter. For example The questionnaire asks the name of the customer in a text form field, the age of the customer in a text form field and I was trying to use check
|
| macro association | 31 Jan 2007 09:50 GMT | 3 |
I have tried the right forum but no answer so I am trying this one hopefully I had a dot document with lots of macros on different menu bars and now after transfering that file on an other computer (my laptop). I still have the macros and the menu bars but the macros are not ...
|
| Tools Protect Unprotect Document macro in Version 2003 | 31 Jan 2007 09:43 GMT | 6 |
I recently upgraded from Word 2002 to 2003 and the following macro does not function as it did in the 2002 version. My department creates templates for other units. We do not want the users to be able to unlock the templates so we attached the following macros to the
|
| Simple Question (Switching between Windows) | 31 Jan 2007 01:24 GMT | 2 |
I have an easy one. I have two documents open. One called "New Document" the other called "Transcript". I need a way to switch back and forth between documents using the document names and not the window numbers (windows(1)). I need to use document names because these two ...
|
| Inserting a table with Format from Excel into Word | 30 Jan 2007 22:09 GMT | 4 |
I would like to export a table from excel into word while preserving the excel formatting. I would like the word doc to appear as if I had selected the table in excel; copied it; and pasted it into word. I understand the .Text and insert.after.text functions, but I am not
|