| Thread | Last Post | Replies |
|
| Passing a String as Pointer | 20 Dec 2006 18:39 GMT | 5 |
Below is a snippet of code that works compiled in a MDE application: ============= SNIP BEGIN ===================== Public Function LevDist(ByVal pStr1, ByVal pStr2) As Integer '******************** Levenshtein Distance
|
| Using data from an .ini file in Word | 20 Dec 2006 12:34 GMT | 4 |
Hello all. I'm new to this group but I really hope I can get some help. I need to add data from an .ini file and insert in the document. I've tried this: Content of the file User.ini:
|
| Automatically updating templates | 20 Dec 2006 11:25 GMT | 4 |
Does anyone know of a tool that can search for documents that have a particular template attached and automatically attach a new template, in the process updating the styles and macros? I have a template that is used for a few thousand documents, and I'd like a recent change I've ...
|
| Autoexec in addin won´t run when outlook has word as mail editor | 20 Dec 2006 10:40 GMT | 2 |
I have a addin with a atuoexecmacro. It works fine and do what I want except for when I have started Outlook before I start word. I understand that it must have something to do with the fact that I have word as mail editor. Is there a way to solve this problem so that it works ...
|
| VBA word: deployment | 20 Dec 2006 09:54 GMT | 3 |
I am new in VBA and I am kind of confused now. I created a word document with some macros in it. one of the things that I did was to add an extra menu item to the short-cut menu(right-click menu), and it will popup a small window...It worked
|
| variables not keep their values | 20 Dec 2006 08:46 GMT | 4 |
I have created a userform containing 1 textbox, 2 comboboxes, and 1 commandbutton. My problem is this, when data is entered in the textbox or comboboxes it is put into their variables but when I click on the commandbutton the variables
|
| How to intercept Close Event from Global Addin? | 20 Dec 2006 06:07 GMT | 4 |
I've got a routine to check the file size of documents as they are closed and suggest compressing pictures. But I'm having a bear of a time trying to intercept the Close event. Here's what I've got:
|
| File-open customization | 20 Dec 2006 01:46 GMT | 1 |
A contractor modified the File-Open command (in Word and Excel) so it opens a completely different set of dialog windows, so that my good old "file-open" no longer works in the usual way, either the icon in the toolbar or the Open option of the File menu. I tried to customize ...
|
| Preventing editting of protected text when spell checking form fields | 19 Dec 2006 23:39 GMT | 4 |
In reference to the end of the following page: http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.htm "Because of the way in which Word's spellcheck dialog works, if any of your
|
| Form Field Text and Case Options | 19 Dec 2006 20:00 GMT | 5 |
I'm trying to work my way through this and would appreciate any help I can receive :) I will give you examples to hopefully show you what I want. I'm trying to prevent users from typing ALL caps.
|
| Speed up deletion of Footers | 19 Dec 2006 19:57 GMT | 6 |
I wrote this routine to delete all of the footers in all of the documents under a specific folder. It works fine, but requires the document to display for every iteration of the loop. Is there a faster way to do this? I have to run this against thousands of files.
|
| Using data from an .ini file in Word | 19 Dec 2006 18:16 GMT | 1 |
Hello all. I'm new to this group but I really hope I can get some help. I need to add data from an .ini file and insert in the document. I've tried this: Content of the file User.ini:
|
| Apply a paragraph style to a Table of Contents | 19 Dec 2006 10:06 GMT | 1 |
I would like to apply "TOC1" paragraph style to a table of content (item "Heading Section;1"). I tried the following but doesn't work. Any idea? Thank you! Alex
|
| Importing AutoCorrect Entries | 19 Dec 2006 06:37 GMT | 2 |
I'm wanting to maintain global AutoCorrect details for my workplace which has four PC's. I have found the following link which is what I want to do: http://wordtips.vitalnews.com/Pages/T1408_Importing_AutoCorrect_Entries.html However, when I copy the macro into Word and run the ...
|
| HOW CAN I HAVE A CONSTANT VALUE IN A COMBOBOX | 19 Dec 2006 04:49 GMT | 3 |
I NEED TO HAVE A WORD DISPLAYED IN A COMBOBOX BEFORE SELCTION, EXAMPLE "ENTER". IT GETS TRICKY I ALSO NEED TO HAVE THIS WORD AND ONLY THAT WORD DISPLAYED IN A DIFFERENT COLOR, SUCH AS RED. IS THERE ANYONE THAT KNOWS
|