Ok my mate is in the process of making a new site. And he has a list of 500+ words that he has to make a page for.

So he would load a list of words, and then it would make a file called

word.html
word1.html
word2.html

is this possible within VB ?

Part 2 of request

Ok if that is possible, would be possible to have some default code in each file aswell.

Code:
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<title>IntelliGambler.com</title>
</head>
<body>
<center>
	<table width="650" height="500" bgcolor="#EEEEEE">
	<tr>
	<td valign="top">
			<table border="0" cellpadding="0" cellspacing="0" class="outline" width="645" align="center">
            <tr>
              <td valign="center" align="center" background="images/mainhead.jpg" width="600" height="34">
				<p align="center"><b>
				<font face="Papyrus" size="3" color="#FFFFFF">Wild Card</font></b></td>
            </tr>
            <tr>
              <td class="right_content">
              <p align="left">A card, such as a joker or a designated
				rank, that can be assigned any rank and suit.<p align="left"><a href="javascript:history.go(-1)">Back 
				to Glossary</a></td>
            </tr>
                        </table></td></tr></table>
          </center>
</body>
</html>

so i would end up with a html file for each of the words with that code in them.

Hope this is clear.