E
E Hines
I have an Excel spreadsheet that searches FreeEDGAR for
the SIC Codes of companies whose stock symbols are
provided to the search routine.
The Excel VBA code that does this is:
Call ClearSheet("scratch", "data")
Set ScratchSheet = Sheets("scratch")
ConnectURL
= "URL;http://www.freeedgar.com/search/companylist.asp"
PostStr = "SearchFrom=new&SearchWhat=" & TickerList _
& "&SearchHow=Ticker%
20Symbol&SearchTo=FreeEDGAR&image.x=10&image.y=10"
.PostText = PostStr
where TickList is the string of stock symbols.
How can I do this in Access VBA so my database can make
similar searches?
Thanks for your help.
Eric Hines
the SIC Codes of companies whose stock symbols are
provided to the search routine.
The Excel VBA code that does this is:
Call ClearSheet("scratch", "data")
Set ScratchSheet = Sheets("scratch")
ConnectURL
= "URL;http://www.freeedgar.com/search/companylist.asp"
PostStr = "SearchFrom=new&SearchWhat=" & TickerList _
& "&SearchHow=Ticker%
20Symbol&SearchTo=FreeEDGAR&image.x=10&image.y=10"
.PostText = PostStr
where TickList is the string of stock symbols.
How can I do this in Access VBA so my database can make
similar searches?
Thanks for your help.
Eric Hines