ok i found a problem, if i put
ie.Document.all.Item("searchcriteria").Value = "test" (this works)
im assuming the above works because text SearcCriteria is at the top slightly below the body, but the fields i need to get to are way down the tree, something like
html/body/table/tbody/tr/td/div/span/table/tbody/tr/td/span/table/tbody/tr/td/table/tbody/tr/td/table/tr/td/tdbody/ and few more of these before i get to div where this text box is located
although "Title" seems to be the only field in html, it doesnt work when i say all.item("title")
any suggestions?
as for your trim issue i tried
Dim strXX As String
strXX = ImDb.Document.itemprop("description")
MsgBox strXX
and im only getting error "Object doesnt support this property or method"