Quantcast
Channel: OKWAVE 最新質問(Visual Basic/257)【本日】
Viewing all articles
Browse latest Browse all 6510

VBAのWebbrowserの文字列を取得したい

$
0
0
VBAでwebbrowserコントロールを使用し、目的のページが表示されましたが、 この後、このページの文字列を取得し、別のセルに転記したいのですが、 これは可能でしょうか? もし可能でありましたら方法を教えてください ちなみにコードは以下にあります Dim url As String url = "http://www.abc.com/ With ActiveSheet.WebBrowser1 .Navigate url Do While .Busy DoEvents Loop .Document.all.Item(32).Value = "abc" .Document.all.Item(36).Click End With

Viewing all articles
Browse latest Browse all 6510

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>