Hello I am trying automating download a file from www.bea.gov I can easily bowse through the website and reach to the download link. But I am not able to initiate the download process. my code uptill now is #include <IE.au3> $oIE = _IECreate("http://www.bea.gov/itable/") _IELinkClickByText($oIE,"GDP & Personal Income",1) _IELinkClickByText($oIE,"Begin Using the Data...") Sleep(1000) _IELinkClickByText($oIE, "Personal income (SQ1)") Sleep(2000) $oForm = _IEFormGetObjByName($oIE, "my