$o_frame = _IEFrameGetCollection($oIE, 3) $o_form = _IEFormGetObjByName($o_frame, "main_form") $oInput = _IEGetObjByName($o_form, "KEY.zResolveCategory") _IEAction($oInput, "selectall") _IEAction($oInput, "copy")
Can anyone tell me why this isnt woring? i need it to copy the field so i can paste it into another, Thanks
Ant.