If your talking about madlibs, an program where a user inputs a set of words knowing only if its an adjective, noun, etc. and then afterwords the words are put into a template usually telling a story and the outcome is usually comedic...
http://en.wikipedia.org/wiki/Mad_Libs
MartinLiss, what i would do is, create textboxes for the user-submitted words, and then set them in a public variable in a separate module, then create some type of text file with the template, and use something like %noun% in the text file for the spots where the nouns would go, and use the Replace function to replace the spots in the text file.
VB Code:
Replace(expression, find, replacewith[, start[, count[, compare]]])
If you serious about this, setup an project on SourceForge.net and i would be happy to help you with it.