| Thread | Last Post | Replies |
|
| Stuffing autocorrect entries separated by tabs into clipboard in Word 2003 | 04 Feb 2008 23:53 GMT | 23 |
Here's what I want to do: I am working in Word 2003, transcribing medical dictation. I receive a document into which I transcribe the dictation. There are several data in the supplied demographic sheet: A medical record number, a first name, and a
|
| Repositioning after running macro | 04 Feb 2008 20:52 GMT | 2 |
At work, (I prepare medical transcriptions), Word pops up a demographic screen. With the kind help of some of the people here, I have managed to put together a macro that goes into that demographic screen, which is in continuous break section 1, copy some information, and assign ...
|
| Copy data from Excel into a Word variable | 04 Feb 2008 20:25 GMT | 3 |
Using Office 2003 on Windows XP; Could someone please post generic example VBA code that would: 1) Activate the MS-Excel file named "XL.xls" (assume this is already open); 2) Copy a string from column "A" of the row which contains the activecell on
|
| Keep this from going out of range? | 04 Feb 2008 19:43 GMT | 2 |
I have code which is supposed to find instances of 2 or more spaces and replace them with one space. It's supposed to work within a set range, but it keeps going out of the range all the way to the end of the document. How do I stop it at the end of the range?
|
| Modifying field contents using vba | 04 Feb 2008 16:56 GMT | 3 |
i've got a word document which has been generated automatically and the references/links/sources for table of contents and index have been generated using field information. so a header would look like this 1.1. Header\Title\Chapter { XE "Header\Title\Chapter" }
|
| How to load a combobox from a string | 04 Feb 2008 15:35 GMT | 3 |
The following code gets a list of all the different Company names used in my Outlook folder. (maybe there's a better way of doing this...) Now I have the string CompanyList set to a few dozen names, with a delimiter of vbCrLf. How do I load this into my combobox on my userform, ...
|
| Start new Heading (Level1) in a heading list | 04 Feb 2008 14:24 GMT | 1 |
I'm using word 2003. I have this: 1. Heading 1 level 1.1 Heading 2 level
|
| how to set Field update setting to Manual | 04 Feb 2008 09:49 GMT | 3 |
I am trying to use VBA to set the links in a Word doc to the Manual Update setting. I copy a table ( linked to another Excel doc) in this word doc and want to set the fields to update only when I right click on the table and hit 'Update
|
| Prevent line feed in a text form field | 04 Feb 2008 09:16 GMT | 4 |
I have a protected form with text form fields. The problem is that if the user isin the field and press enter, everything below this point is moving down. I thought the form functionaliy should keep the same look of the form. So I think that the field should not respond at all ...
|
| Assigning selected text to autocorrect, changing case | 04 Feb 2008 00:51 GMT | 7 |
I learned that it is possible to write a macro to assign selected text to an autocorrect entry from another thread in this forum. So if autocorrect entry is "uu", then the code would be: AutoCorrect.Entries.Add Name:="uu", Value:=Selection.Text
|
| Table Style question | 04 Feb 2008 00:51 GMT | 5 |
How do I go through my document and find all the tables changing the style in them from ‘Normal’ to ‘TableNormal’?
|
| Macro security level in Word | 03 Feb 2008 05:58 GMT | 1 |
Word 2002 Window XP Home w/SP2 If I assign a macro to specific document I am unable to run it unless I lower my security level for macros.
|
| how to close a userform | 03 Feb 2008 05:55 GMT | 1 |
How do you add code to your commandbutton, so that after it has performed it's request, it closes the Userform? I tried the unload command, like in Access, but I maybe don't have the syntax right...
|
| importing a list of categories | 03 Feb 2008 05:53 GMT | 1 |
I've imported outlook contacts before, but is it possible to import a list of the categories currently found in the outlook contacts? thanks. Southern@Heart
|
| userform, how to update the form | 03 Feb 2008 05:51 GMT | 1 |
My userform has a bunch of controls on it. Many controls are affected by others. Is there an easy way to have the whole form 'refresh' itself after the user clicks any button, chooses any option, etc. The only way I know it to put an 'on click' event in code for every single ...
|