VBA to Download, Extract and Import Zip File to Excel -


i have simple link, www.example.com/file.zip. it's public server , requires no login.

the link zip file. zip file contains tab-delimited text file (20mb).

is there all-in-one code download zip file temp folder...extract text file...and import data excel worksheet?

each run of macro overwrite previous data new data.

i tried apply solution post, can't work. answer other post involved unzipping csv file , saving text file. zipped file contains text file.

i'd appreciate help.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -