I have the program so that it logs on to a website and then loads a page that displays a card balance. When I look at the source code on the page it says "<TD><SPAN id=ctl00_ContentPlaceHolder1_ctl00_rptrHistory_ctl01_balance>$25.00</SPAN></TD>

How can I tell VBA to find whatever dollar amount is in the area where $25 is now and import it to a cell in excel? I don't know how to refer to that space in the html code.