Hi,
I have a VBA Excel macro that open two text files using the following commands
Workbooks.OpenTexFile file1
Workbooks.OpenTexFile file2
But whenver I run the Macro it creates two Workbooks for me, each workbook containing each file.
My questions is : how do I open two text files in the same WorkBook but in two different WorkSheets (each WorkSheet containing each file).
Thanks,
Hang
I have a VBA Excel macro that open two text files using the following commands
Workbooks.OpenTexFile file1
Workbooks.OpenTexFile file2
But whenver I run the Macro it creates two Workbooks for me, each workbook containing each file.
My questions is : how do I open two text files in the same WorkBook but in two different WorkSheets (each WorkSheet containing each file).
Thanks,
Hang