A new project I've been assigned to requires me to extract a single file from a tar file and then run some test on the file. I will need to do this same process for about 1000 different tar files. I've already written the macro to handle all the work after the tar file has been unpacked, however I'm not entirely sure how to unpack the tar file using Excel 2003 VBA.
I have tried using the windows default unzip techniques, and as expected it did not work. Does anyone know if the command line winzip can unpack a tar file? Or is there a better method for unpacking a tar file?
Thanks,
BD
I have tried using the windows default unzip techniques, and as expected it did not work. Does anyone know if the command line winzip can unpack a tar file? Or is there a better method for unpacking a tar file?
Thanks,
BD