Concatenate Text File

  • Thread starter Thread starter RickKennedy
  • Start date Start date
R

RickKennedy

I have an need to append a text file, created in a macro, to a maste
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 fil
since there will be several users and I don't want to deal with fil
locking/sharing issues.

Thanks

Rick Kenned
 
RickKennedy said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top