That is virtualy impossible, it is fetching the info, by calling
http://dsbs.sba.gov/dsbs/dsp_firmlis...estTimeout=180 However, the form method is as POST, which means you can't just send the required fields as a simple GET request.
So you'd have to enter the company name into the search form pressent, and actively press submit..
Else you could make a pseudo submit form, which provides all the needed fields, named in the same way as in the provided search form, and use the same action script...
Now I don't know how well web-interaction is provided through the macro programming provided in excel, but if it was possible, then this would be how I would do it..
Else I don't see any other way, than manualy typing it in, and search for it the hard way.