Re: Macro to make dictionary entries?
- From: Helmut Weber <HelmutWeber@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 19 Apr 2005 01:25:02 -0700
Hi,
Add a word:
Open "c:\test\test.dic" For Append As #1
Write #1, trim(Selection.Words(1))
Close 1
If you want to add several words, you have to mark
them somehow, e.g. by highlighting, and then process
them.
Greetings from Bavaria, Germany
Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word 2002, Windows 2000
.
- References:
- Macro to make dictionary entries?
- From: Gary's Student
- Re: Macro to make dictionary entries?
- From: Greg Maxey
- Re: Macro to make dictionary entries?
- From: Gary's Student
- Macro to make dictionary entries?
- Prev by Date: Re: CheckSpelling / CheckGrammar
- Next by Date: check a checkbox
- Previous by thread: Re: Macro to make dictionary entries?
- Next by thread: Wordstar Conversion Program
- Index(es):
Relevant Pages
|