API & Developers

API & Developers

Connect with other developers from around the world and collaborate on ideas using the Smartsheet API.

VBA: Push Button in Webform code

✭✭✭✭✭✭
edited 01/20/20 in API & Developers

All: this is to share/record a way to push the submit button in a smartsheet webform using vba. I share this because I spent way more time trying different options posted on different websites than I would like to admit.


Dim IE As Object

Set IE = CreateObject("InternetExplorer.application")

IE.navigate "www.smartsheet.com/formurl"

IE.Document.querySelector("button[type=submit]").Click


Comments

Trending in API & Developers