Tick a checkbox online from Excel VBA

destiny_em

New member
Joined
Mar 3, 2020
Messages
1
Reaction score
0
Points
0
Excel Version(s)
16
Hi,

I have a website with different different checkboxes, all with their own ID.

I also have a list in Excel, each with their corresponding ID of the checkbox that is currently online.

Example:
Text 1 | Checkbox ID 1
Text 2 | Checkbox ID 2
Text 3 | Checkbox ID 3

What I would like (if someone can kindly help me), is to be able to run a macro in Excel to tick any of the boxes on the page that appear on my list in Excel, and ignore the items in the list that are not on that page. Once all of the boxes that are on both the Excel file and the web page are ticked, just stop the macro there and leave the web page open. (ie, Text 2 might not be on the page, so just tick the two checkboxes that correspond with Text 1 and Text 3, then stop the macro).

The next part of this, is the list continues on a second page on the website. I would like to be able to run this code on whichever page I choose.

Can anyone help me?

I hope I have explained this properly!

Thanks in advance!
 
Hi and welcome
Please,do not crosspost your question on multiple forums without including links here to the other threads on other forums.

Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).
If you have fewer than 10 posts here, you will not be able to post a link, but you must still tell us where else you have asked the question

Do not post any further responses in this thread until a link has been provided to these cross posts.
 
Back
Top