document.write('<div class="c" style="font-family: monospace;">Public <span style="color: #000000; font-weight: bold;">Function</span> fileOpenFile<span style="color: #66cc66;">&#40;</span>strFileName As <span style="color: #993333;">String</span><span style="color: #66cc66;">&#41;</span> As <span style="color: #993333;">String</span><br />');
document.write('<br />');
document.write('&nbsp; &nbsp; Dim intFreeFile As Integer, strInput As <span style="color: #993333;">String</span><br />');
document.write('&nbsp; &nbsp; Dim strTemp As <span style="color: #993333;">String</span><br />');
document.write('&nbsp; &nbsp; <br />');
document.write('&nbsp; &nbsp; intFreeFile% = FreeFile<br />');
document.write('&nbsp; &nbsp; <br />');
document.write('&nbsp; &nbsp; Open strFileName$ <span style="color: #b1b100;">For</span> Input As <span style="color: #339933;">#intFreeFile%</span><br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; <br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">Do</span>: DoEvents<br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Line Input <span style="color: #339933;">#intFreeFile%, strInput$</span><br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; strTemp$ = strTemp$ &amp; strInput$ &amp; vbCrLf<br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; Loop Until EOF<span style="color: #66cc66;">&#40;</span>intFreeFile%<span style="color: #66cc66;">&#41;</span><br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; <br />');
document.write('&nbsp; &nbsp; Close <span style="color: #339933;">#intFreeFile%</span><br />');
document.write('&nbsp; &nbsp; <br />');
document.write('&nbsp; &nbsp; fileOpenFile = strTemp$<br />');
document.write('<br />');
document.write('End <span style="color: #000000; font-weight: bold;">Function</span></div>');
document.write('<br />&nbsp;<br /><div style="font-size: 12px">Brought to you by the community at <a href="http://www.bytemycode.com/snippets/snippet/13/1/" target="_blank">byteMyCode</a>.</div>');
