Hello
I have created following script to copy data from excel file and to paste it in a web form. This form was filled manually and the fastest filler takes 2 minutes but my script is filling the form withing 29 seconds. form has about 48 fields but i am sharing some example fields: ClipPut("")
sleep(100)
WinActivate("Microsoft Excel")
sleep(100)
send("^c")
sleep(30)
Local $fname = ClipGet()
sleep(30)
$fname = StringStripCR($fname)
$fname = StringStripWS($fname, 1)
$fname = StringStripWS($fn