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.
 
Back
Top