try using 'Sendkeys' method in the edit box. here is an example -
does this help?
Code:
Browser("").Page("").WebEdit("").Click
set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys("yourtext")
WshShell.SendKeys("{TAB}")
