Hi Masters,
I'm a newbie to HTML vba coding to excel. I have my code running well in logging into a webpage that requires a login, setting my parameters of the data to be queried. The only missing part is how to code to export the data in excel.
The webpage has an excel icon to click where it enables you to export the data queried. In this part, I really don't know how to code that to export the data and save it into xls or xlsx format.
Here is the HTML code that I got in inspecting the element.
[<img alt="Export to Excel" src="//shipcdn.com/Assets/Excel-icon.png" border="0" complete="complete"/>][/CODE]
[<a href="/Bizdesk/excelExport.aspx?new=excel" target="_blank">][/CODE]
Bookmarks