excel visual basic

  • Thread starter Thread starter Aad Terlouw
  • Start date Start date
A

Aad Terlouw

Hi,
In a particular macro I create various files.In a later
stage of that macro I wish to merge these earlier created
files into one large file.Is that possible with VB ?
A.Terlouw
 
Hi A,

Yes, it is possible in VBScript, VBA, VB6, VB.NET, even QBASIC if you
want.
The 'how' depends on what the files are and what 'merge' means.

We deal with VB.NET here, though some of us dabble in the other VBs to a
degree. Is this the language which you'll be using?

Regards,
Fergus
 
* "Aad Terlouw said:
In a particular macro I create various files.In a later
stage of that macro I wish to merge these earlier created
files into one large file.Is that possible with VB ?

What's your problem? For file access, have a look at the classes
provided in the 'System.IO' namespace.
 

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