I'm trying to write a VBA macro that will download a web page (.mht) into excel, but not include the associated macros. I would then be able to open the excel file without having to deal with the macros. I'm using URLDownloadToFile, which works fine, but includes the macros. Is there an easy way to do this?