Hi
I am designing a game in which i require a method so that i can get word
from dictionary of word2000 using vba ,is it possible pls send
the soln asap

Re: How to Get Word From Dictionary in Word by Helmut

Helmut
Sat Jul 05 04:19:31 CDT 2003

Hi,
as far as I understand this, there is no real dictionary.
A real dictionary would be a list of words,
unscientifically speaking.
Word's dictionary is a mixture of words, parts of words
and rules. To get a word from the dictionary is therefore
almost impossible. It might be possible, nevertheless,
to use word in the background and have it check,
whether a sequence of letters could be a word.
Of course, depending on the effort, almost everything
seems to be possible, though results are often only
illusions of success.
Greetings from Bavaria, Germany
Helmut Weber
(using Word 97)

Re: How to Get Word From Dictionary in Word by Denise

Denise
Sat Jul 05 13:59:38 CDT 2003

Wow, that's interesting. I think the only dictionary you
can "access" through VBA is the custom. I have no idea
what it is that your game does, but you could certainly
add a ton of words to the custom dictionary. I'm dying to
see how this all turns out for you.

>-----Original Message-----
>G'day "Sandeep" <ss.sw@uptecnet.com>,
>
>need more info. You can build a random collection of
characters and
>get Word to guess at the closest equivalent...
>
>
> "Sandeep" <ss.sw@uptecnet.com> was spinning this yarn:
>
>>Hi
>>I am designing a game in which i require a method so
that i can get word
>>from dictionary of word2000 using vba ,is it possible
pls send
>>the soln asap
>>
>
>Steve Hudson
>
>Word Heretic, Sydney, Australia
>Tricky stuff with Word or words for you.
>Email: word_heretic@yahoo.com.au
>Products:
http://www.geocities.com/word_heretic/products.html
>Spellbooks: 728 pages of dump left and dropping...
>
>The VBA Beginner's Spellbook: For all VBA users.
>.
>

Re: How to Get Word From Dictionary in Word by Sandeep

Sandeep
Fri Jul 25 01:54:48 CDT 2003

I have actually done what i want ,actually i generate a set random
characteres then check for suggestions and choose any suggestion randomly
"Denise Z" <dzivolich@cox.net> wrote in message
news:04e601c34327$95934cb0$a001280a@phx.gbl...
> Wow, that's interesting. I think the only dictionary you
> can "access" through VBA is the custom. I have no idea
> what it is that your game does, but you could certainly
> add a ton of words to the custom dictionary. I'm dying to
> see how this all turns out for you.
>
> >-----Original Message-----
> >G'day "Sandeep" <ss.sw@uptecnet.com>,
> >
> >need more info. You can build a random collection of
> characters and
> >get Word to guess at the closest equivalent...
> >
> >
> > "Sandeep" <ss.sw@uptecnet.com> was spinning this yarn:
> >
> >>Hi
> >>I am designing a game in which i require a method so
> that i can get word
> >>from dictionary of word2000 using vba ,is it possible
> pls send
> >>the soln asap
> >>
> >
> >Steve Hudson
> >
> >Word Heretic, Sydney, Australia
> >Tricky stuff with Word or words for you.
> >Email: word_heretic@yahoo.com.au
> >Products:
> http://www.geocities.com/word_heretic/products.html
> >Spellbooks: 728 pages of dump left and dropping...
> >
> >The VBA Beginner's Spellbook: For all VBA users.
> >.
> >