View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jay Jay is offline
external usenet poster
 
Posts: 671
Default Create New .txt file

Hi Mike -

Open strPath For Output As #FreeFile
---
Jay

"Mike H." wrote:

I have a unique file name which I wish to put data in. But when I issue the
command:

Open strPath For Input As #FF

I get an error message 53, File Not Found. I know it is not found. I wish
to create it. How do I "open" an empty file for input?