excel - Downloading a .csv format file from a website -


i looking automate process @ work, has step requires me go website, download data csv format, , work , email out. have written set of macros of me, however, having trouble understanding how download data after navigating website (i see few tutorials given website in excel format). basically, navigate website, click drop-down menu, , pick export option.

i have following script currently, , gets me correct page. need click on "export" button , ".csv" format button once page. have advice, solutions or tutorials can at?

'method open chrome, collect jira report , download folder sub getjirareport()  dim chromepath string  chromepath = """c:\program files (x86)\google\chrome\application\chrome.exe"""  'loads jira page report shell (chromepath & " -url https://companyname.atlassian.net/issues/?    filter=10600")  end sub 


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -