excel - Automating financial table comparisons -
i trying compare tables pulled factset estimates.
i've set button ask user input stock ticker.
sub roundedrectangle1_click() uservalue = inputbox("which identifier choose?") cells(1, 9).value = uservalue end sub i'm trying automatically pull data need factset estimates database. there's option download tables manually via excel active worksheet or new worksheet.
however, want set sort of web / application-scrape such identifier user entered automatically open same ticker in factset workstation , download respective excel file open workbook.
i've looked @ web-scraping tutorials, can't figure out how web-scrape application such factset database (if possible).
there web based application factset versus workstation application on desktop, though there's still login required.
Comments
Post a Comment