I am unable to find the proper syntax for passing an argument to a JavaScript function in Excel using the Selenium VBA wrapper. What I show below works with VB.NET, but does not work with VBA.
driver.ExecuteScript ("document.getElementById('ctl00_Content_lblSepID').innerHTML = (arguments[0]);"...