,

2004-09-24から1日間の記事一覧

とりあえずヤフーで"自動検索"を自動検索

Set IE = WScript.CreateObject("InternetExplorer.Application") IE.navigate2 ("http://www.yahoo.co.jp") IE.Visible = True Do While IE.Busy = True Loop IE.Document.forms.Item(0).Children(0).Children(0).Value = "自動検索" Set s = IE.Document.f…

エクセルでのオブジェクトの見方

エクセルでマクロを書く Set IE = CreateObject("InternetExplorer.Application") IE.navigate2 ("http://www.yahoo.co.jp") IE.Visible = True Do While IE.Busy = True Loop Set Document = IE.Document 最後のIEの文字をダブルクリック後右クリックでウォ…

JavaScript Reference

http://wsabstract.com/jsref/index.shtml

IE自動操作のための情報集

三流君VBAでInternetExplorer.Applicationを操作する(IE操作) http://www.ken3.org/cgi-bin/group/vba_ie.asp