Option Explicit
Dim core
Dim browser
Set core = CreateObject("OpenTwebst.Core")
Set browser = core.StartBrowser("sitepath here")
Dim DT As String
DT = Format(Now(), "mm/dd/yyyy")
Call browser.FindElement("input text", "id=controlNAME").InputText(DT)
but I am getting an "expected end of statement/compilation error" message
Please help.
Thanks