I´m trying to make an application in Excel vba, but I´ve some problems. I need my Excel application to download some files that are in a zip format. I´ve already done this part of the problem, my app can download and unzip the files. Next I´ve to read the whole file in .htm extension and get some information from it. It is required to work like this that when app is opened, program should look for the last number of contest which is “concurso” in Basil then look for the same number in .htm file and start copying the next data.I´m trying to make an application in Excel vba,