How to genarate random words in office ( Word/Excel )

D

Deepak

Hi,
Is there a quick way to generate random english words off the MS office
dictionary.
I am adept at C/C++ but too lazy to do my programming and look into API calls.
Was trying to find out, if Microsoft has any package that does it ( plugIN)
or is there a one shot API call, I can use (C/C++) ?

Preferrably, I would like to generate a set of about 10-15 words, that fill
in 10-15 different cells in excel, or, just have the words get printed in MS
word would also do!

Thanks,

Deepak
 
K

kt2902

The only way I know of to generate text in Word is by typing:
=rand(200,99)
Then press enter and the screen will fill. You can alter the amount of text
generated by playing with the numbers, but it is not actually random words,
rather "The quick brown fox jumps over the lazy dog", repeated.
 
D

Deepak

Yes, I am aware of that, but I need totally random words. Pls let me know if
you have any ideas about this. None of the people have answered my question
so far.

Thanks anyways!
Regards,

Deepak
 
Top