VBA code help: Trying to "Click" the "Google Search" button

pivotpp

New Member
Joined
Jun 23, 2017
Messages
12
I'm trying to click the "Google Search" button on google's homepage.




The source code from google.com:






Code:
    <input value="Google Search" aria-label="Google Search" name="btnK" type="submit" jsaction="sf.chk">

In my VBA, I have:




Code:
    Dim v As Object

[Insert A1's value such as "cats" into the Google search bar - works]




Code:
    v.document.getElementsbyname("btnK")(0).Click



A strange thing about this is that, sometime is Would actually click and other times (more often than not) it Would NOT click. Appreciate any suggestions
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Edit:


For the


The source code from google.com:





"<input value="Google Search" aria-label="Google Search" name="btnK" type="submit" jsaction="sf.chk">"
 
Upvote 0

Forum statistics

Threads
1,215,473
Messages
6,125,018
Members
449,203
Latest member
tungnmqn90

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top