I'm trying to use Macro Scheduler (with WebRecorder IEauto.dll) to download as CSV to future re-make, some logs which are in table in html file
i use the following code (i cannot give you the webpage because i dont want to have trouble in my company):
Code: Select all
LibLoad>IEAuto.dll,hIE
//Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt
MouseMove>0,0
Let>delay=1
LibFunc>hIE,CreateIE,IE0,0
LibFunc>hIE,WaitIE,r,IE0
LibFunc>hIE,Navigate,r,IE0,https://somewebpage/mainframe.asp
wait>2
let>directory={"C:\Documents and Settings\Marlena\Pulpit\table.csv"}
LibFunc>hIE,ExtractTable,r,IE0,,12,str:directory
Has anybody got a clue?
My system: WinXP SP2, IE6.0