View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default Concatenate Text File

"RickKennedy" skrev i melding
...

I have an need to append a text file, created in a macro, to a master
file. Is there a file concatenate command in VBA that I can use?
By the way, I don't want to have the macro append to the master file
since there will be several users and I don't want to deal with file
locking/sharing issues.


Hi Rick

If you want to generate or update a file in a multi user environment then
you just have to deal with it. If not then you're working on another, maybe
virtual, file, and what good is that for.

Best wishes Harald