我如何在下一个标签上使用VBA为Google搜索增值?

时间:2016-11-23 11:11:58

标签: vba excel-vba macros excel

这是代码:

Sub FillinternetForm()

Dim ie As Object

Set ie = CreateObject("Internetexplorer.Application")

ie.Navigate "https://google.com"

ie.Visible = True

While ie.Busy

DoEvents 'wait until IE is done loading page.

Wend

ie.Document.all("lst-ib").Value = "Fast Sub"

ie.Navigate "https://google.com", CLng(2048)

ie.Document.all("lst-ib").Value = "Fast slow Sub"

End Sub

第一个标签在第二个打开它的非填充值指南时运行良好

1 个答案:

答案 0 :(得分:0)

请试试这个:

var geometry = new THREE.TubeGeometry( curve, 10, 3, 20, false );