| Thread | Last Post | Replies |
|
| SendKeys use for Hotkey? | 01 Dec 2007 20:51 GMT | 1 |
I run an application (WinAmp) that allows me to set up hotkeys. I want to write a macro that will send such a key stroke so that it will be sent from Word, interpreted as a hotkey usage and thus intercepted by the hotkey application. (Context: I'm doing transcription of audio ...
|
| Evaluating the previous and following character in a Search and Replace routine? | 01 Dec 2007 19:50 GMT | 7 |
Is there a way to evaluate the character before and after the found string in a routine like this: With rTmp.Find .ClearFormatting .Text = var1
|
| Macro to launch Lotus Notes email from Word 97 | 01 Dec 2007 11:25 GMT | 6 |
1. I would like to write a code that: a. In Word 97; b. Launches Lotus Notes; c. Creates a blank email;
|
| how to get deleted tracks in word using c#? | 01 Dec 2007 10:52 GMT | 2 |
In need program which will get all deleted/modified track changes text from compare document
|
| Mail Merge data | 01 Dec 2007 06:29 GMT | 1 |
Hi, This is my first post on this forum so please excuse me if I am in the wrong group. I need to create a data base that I can print envelopes from. The data was originally typed into the label areas of a multiple label form. There are about 1100 records that I need to get into ...
|
| Temperature conversion macro | 01 Dec 2007 02:10 GMT | 9 |
I am trying to write a macro which searches through a document for a temperature value such as 395 °F and will convert it to celcius and display both values in the format 395 °F (xxx °C). I have tried all sorts of things and cannot get the code to find the temperature values ...
|
| Variance in word count | 01 Dec 2007 00:09 GMT | 8 |
I have an ordinary document where if I look at File - Properties - Stats, my wordcount is 256. This agrees with Tools -WordCount. In VB I execute x = ActiveDocument.Words.Count and x is 331. 256 is the correct word count.
|