assignment to variable after its usage??
shouldn't it be,
by the way your web addin doenst seem to be loaded, it should show "browser" instead of window in my opinion
shouldn't it be,
Code:
ObjWindow = Window(IEwindow).GetROProperty("regexpwndclass")
WinObj = Window(IEwindow).WinObject(WinObj).GetROProperty("regexpwndclass")
Set IEwindow = Nothing
Set IEwindow = Description.Create
IEwindow("regexpwndclass").Value = ObjWindow
'=====
Set ObjWin = Nothing
Set ObjWin = Description.Create
IEwindow("regexpwndclass").Value = WinObjby the way your web addin doenst seem to be loaded, it should show "browser" instead of window in my opinion

