macro suddenly (but reliably) stops - why???

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
dubi99
Newbie
Posts: 4
Joined: Mon May 07, 2007 5:13 pm

macro suddenly (but reliably) stops - why???

Post by dubi99 » Tue May 08, 2007 9:00 pm

Below Macro repeatedly stops at the same point - at the end of SRT GetInv2006. I have tried now every option that came to my (small) mind to find out why but with no success.

Can some kind soul please look at it - thank you!

-roby


Sorry the macro ist very long :cry:

Code: Select all

Let>WW_TIMEOUT=9
CapsOff
setfocus>Investox - [BundFuture*
WaitWindowOpen>Investox - [BundFuture_*

GoSub>GetInv1999
GoSub>Copy1999ToExcel

GoSub>GetInv2004
GoSub>Copy2004ToExcel

GoSub>GetInv2006
GoSub>Copy2006ToExcel

GoSub>GetInv2007
GoSub>Copy2007ToExcel

srt>GetInv1999
Press CTRL
Wait>0.1
Send>r
Release CTRL
WaitWindowOpen>Robustheitstest einstellen   -   Schritt 1 von 3
SetFocus>Robustheitstest einstellen   -   Schritt 1 von 3
MouseMoveRel>238,72
ldblclick
MouseMoveRel>231,361
lclick
WaitWindowOpen>Robustheitstest einstellen   -   Schritt 2 von 3
MoveWindow>Robustheitstest einstellen   -   Schritt 2 von 3,524,402
ResizeWindow>Robustheitstest einstellen   -   Schritt 2 von 3,551,396
Wait>0.1
LClick
Wait>0.1
MouseMoveRel>295,227
Wait>0.1
LClick
Wait>0.1
MouseMoveRel>295,285
Wait>0.1
LClick
Wait>0.1
MouseMoveRel>240,263
Wait>0.1
LClick
Send>01
Wait>0.1
Press Right
Wait>0.1
Send>01
Wait>0.1
Press Right
Wait>0.1
Send>1999
Wait>0.1
Press Tab
Wait>0.1
Press Right
Wait>0.1
send>12
Wait>0.1
Press Left
Wait>0.1
send>31
Wait>0.1
Press Right * 2
Wait>0.1
send>1999
Wait>0.1
MouseMoveRel>311,363
Wait>0.1
LClick
Let>WW_TIMEOUT=900
WaitWindowOpen>Robustheitstest-Ergebnis für *
Wait>0.1
Press CTRL
Wait>0.1
Send>d
Wait>0.1
Release CTRL
end>GetInv1999

srt>GetInv2004
SetFocus>Robustheitstest-Ergebnis für*
Wait>0.1
Press CTRL
Wait>0.1
Send>t
Wait>0.1
Release CTRL
WaitWindowOpen>Robustheitstest einstellen   -   Schritt 1 von 3
Wait>0.1
MouseMoveRel>231,361
lclick
WaitWindowOpen>Robustheitstest einstellen   -   Schritt 2 von 3
Wait>0.1
LClick
Wait>0.1
MouseMoveRel>295,227
Wait>0.1
LClick
Wait>0.1
MouseMoveRel>295,285
Wait>0.1
LClick
Wait>0.1
MouseMoveRel>240,263
Wait>0.1
LClick
Send>01
Wait>0.1
Press Right
Wait>0.1
Send>01
Wait>0.1
Press Right
Wait>0.1
Send>2004
Wait>0.1
Press Tab
Wait>0.1
Press Right
Wait>0.1
send>12
Wait>0.1
Press Left
Wait>0.1
send>31
Wait>0.1
Press Right * 2
Wait>0.1
send>2004
Wait>0.1
MouseMoveRel>311,363
Wait>0.1
LClick
Wait>1
///////////////////////////////////////////////////////////
Label>looper
Wait>0.2
IfWindowOpen>Robustheitstest,looper,heraus
goto>looper
label>heraus
Let>WW_TIMEOUT=900
SetFocus>Robustheitstest-Ergebnis für *
Wait>0.1
Press CTRL
Wait>0.1
Send>d
Wait>0.1
Release CTRL
end>GetInv2004

srt>GetInv2006
SetFocus>Robustheitstest-Ergebnis für*
Wait>0.1
Press CTRL
Wait>0.1
Send>t
Wait>0.1
Release CTRL
WaitWindowOpen>Robustheitstest einstellen   -   Schritt 1 von 3
Wait>0.1
MouseMoveRel>231,361
lclick
WaitWindowOpen>Robustheitstest einstellen   -   Schritt 2 von 3
Wait>0.1
LClick
Wait>0.1
MouseMoveRel>295,227
Wait>0.1
LClick
Wait>0.1
MouseMoveRel>295,285
Wait>0.1
LClick
Wait>0.1
MouseMoveRel>240,263
Wait>0.1
LClick
Send>01
Wait>0.1
Press Right
Wait>0.1
Send>01
Wait>0.1
Press Right
Wait>0.1
Send>2006
Wait>0.1
Press Tab
Wait>0.1
Press Right
Wait>0.1
send>12
Wait>0.1
Press Left
Wait>0.1
send>31
Wait>0.1
Press Right * 2
Wait>0.1
send>2006
Wait>0.1
MouseMoveRel>311,363
Wait>0.1
LClick
Wait>0.1
Label>looper
Wait>0.2
IfWindowOpen>Robustheitstest,looper,heraus
goto>looper
label>heraus
SetFocus>Robustheitstest-Ergebnis für *
Wait>0.1
Press CTRL
Wait>0.1
Send>d
Wait>0.1
Release CTRL
wait>0.1
end>GetInv2006


srt>GetInv2007
SetFocus>Robustheitstest-Ergebnis für*
Wait>0.1
Press CTRL
Wait>0.1
Send>t
Wait>0.1
Release CTRL
WaitWindowOpen>Robustheitstest einstellen   -   Schritt 1 von 3
Wait>0.1
MouseMoveRel>231,361
lclick
WaitWindowOpen>Robustheitstest einstellen   -   Schritt 2 von 3
Wait>0.1
LClick
Wait>0.1
MouseMoveRel>295,227
Wait>0.1
LClick
Wait>0.1
MouseMoveRel>295,285
Wait>0.1
LClick
Wait>0.1
MouseMoveRel>240,263
Wait>0.1
LClick
Send>01
Wait>0.1
Press Right
Wait>0.1
Send>01
Wait>0.1
Press Right
Wait>0.1
Send>2007
Wait>0.1
Press Tab
Wait>0.1
Press Right
Wait>0.1
send>12
Wait>0.1
Press Left
Wait>0.1
send>31
Wait>0.1
Press Right * 2
Wait>0.1
send>2007
Wait>0.1
MouseMoveRel>311,363
Wait>0.1
LClick
Wait>1
///////////////////////////////////////////////////////////
Label>looper
Wait>0.2
IfWindowOpen>Robustheitstest,looper,heraus
goto>looper
label>heraus
Let>WW_TIMEOUT=900
SetFocus>Robustheitstest-Ergebnis für *
Wait>0.1
Press CTRL
Wait>0.1
Send>d
Wait>0.1
Release CTRL
end>GetInv2007

srt>Copy1999ToExcel
WindowAction>1,Microsoft Office Excel 2003 - Netzanalysen*
SetFocus>Microsoft Office Excel 2003 - Netzanalysen*
//WaitWindowChanged>0.2
Press CTRL
Wait>0.1
Press Home
Wait>0.1
Release CTRL
Wait>0.1
Press Up
Wait>0.1
Press CTRL
Wait>0.1
Send>v
Wait>0.1
Release CTRL
Wait>0.1
Press Right
Wait>0.1
send>1999
Wait>0.1
Press Right
WindowAction>2,Microsoft Office Excel 2003 - Netzanalysen*
end>Copy1999ToExcel

srt>Copy2004ToExcel
WindowAction>1,Microsoft Office Excel 2003 - Netzanalysen*
setfocus>Microsoft Office Excel 2003 - Netzanalysen*
Wait>0.1
Press CTRL
Wait>0.1
Send>v
Wait>0.1
Release CTRL
Wait>0.1
Press Right
Wait>0.1
send>2004
Wait>0.1
Press Right
Wait>0.1
//Press Right
WindowAction>2,Microsoft Office Excel 2003 - Netzanalysen*
end>Copy2004ToExcel

srt>Copy2006ToExcel
WindowAction>1,Microsoft Office Excel 2003 - Netzanalysen*
setfocus>Microsoft Office Excel 2003 - Netzanalysen*
Wait>0.1
Press CTRL
Wait>0.1
Send>v
Wait>0.1
Release CTRL
Wait>0.1
Press Right
Wait>0.1
send>2006
Wait>0.1
Press Right
Wait>0.1
//Press Right
WindowAction>2,Microsoft Office Excel 2003 - Netzanalysen*
end>Copy2006ToExcel


srt>Copy2007ToExcel
WindowAction>1,Microsoft Office Excel 2003 - Netzanalysen*
setfocus>Microsoft Office Excel 2003 - Netzanalysen*
Wait>0.1
Press CTRL
Wait>0.1
Send>v
Wait>0.1
Release CTRL
Wait>0.1
Press Right
Wait>0.1
send>2007
Wait>0.1
Press Right
Wait>0.1
Press Right
Press CTRL
Wait>0.1
Send>i
Wait>0.1
Release CTRL
end>Copy2007ToExcel


Here is the logfile:

Code: Select all

8.5.2007 22:56:08:203 - Started Macro : Ivo_AlleRobustheitstest
8.5.2007 22:56:08:203 - Let>WW_TIMEOUT=9
8.5.2007 22:56:08:203 - CapsOff
8.5.2007 22:56:08:203 - setfocus>Investox - [BundFuture*
8.5.2007 22:56:08:484 - WaitWindowOpen>Investox - [BundFuture_*
8.5.2007 22:56:08:500 - 
8.5.2007 22:56:08:500 - GoSub>GetInv1999
8.5.2007 22:56:08:500 - Press CTRL
8.5.2007 22:56:08:500 - Wait>0.1
8.5.2007 22:56:08:609 - Send>r
8.5.2007 22:56:08:609 - Release CTRL
8.5.2007 22:56:08:609 - WaitWindowOpen>Robustheitstest einstellen   -   Schritt 1 von 3
8.5.2007 22:56:08:687 - SetFocus>Robustheitstest einstellen   -   Schritt 1 von 3
8.5.2007 22:56:08:687 - MouseMoveRel>238,72
8.5.2007 22:56:08:687 - ldblclick
8.5.2007 22:56:08:703 - MouseMoveRel>231,361
8.5.2007 22:56:08:703 - lclick
8.5.2007 22:56:08:703 - WaitWindowOpen>Robustheitstest einstellen   -   Schritt 2 von 3
8.5.2007 22:56:08:718 - MoveWindow>Robustheitstest einstellen   -   Schritt 2 von 3,524,402
8.5.2007 22:56:08:718 - ResizeWindow>Robustheitstest einstellen   -   Schritt 2 von 3,551,396
8.5.2007 22:56:08:718 - Wait>0.1
8.5.2007 22:56:08:828 - LClick
8.5.2007 22:56:08:828 - Wait>0.1
8.5.2007 22:56:08:937 - MouseMoveRel>295,227
8.5.2007 22:56:08:937 - Wait>0.1
8.5.2007 22:56:09:046 - LClick
8.5.2007 22:56:09:046 - Wait>0.1
8.5.2007 22:56:09:156 - MouseMoveRel>295,285
8.5.2007 22:56:09:156 - Wait>0.1
8.5.2007 22:56:09:265 - LClick
8.5.2007 22:56:09:265 - Wait>0.1
8.5.2007 22:56:09:375 - MouseMoveRel>240,263
8.5.2007 22:56:09:375 - Wait>0.1
8.5.2007 22:56:09:484 - LClick
8.5.2007 22:56:09:484 - Send>01
8.5.2007 22:56:09:484 - Wait>0.1
8.5.2007 22:56:09:593 - Press Right
8.5.2007 22:56:09:593 - Wait>0.1
8.5.2007 22:56:09:703 - Send>01
8.5.2007 22:56:09:703 - Wait>0.1
8.5.2007 22:56:09:812 - Press Right
8.5.2007 22:56:09:812 - Wait>0.1
8.5.2007 22:56:09:921 - Send>1999
8.5.2007 22:56:09:921 - Wait>0.1
8.5.2007 22:56:10:031 - Press Tab
8.5.2007 22:56:10:031 - Wait>0.1
8.5.2007 22:56:10:140 - Press Right
8.5.2007 22:56:10:140 - Wait>0.1
8.5.2007 22:56:10:250 - send>12
8.5.2007 22:56:10:250 - Wait>0.1
8.5.2007 22:56:10:359 - Press Left
8.5.2007 22:56:10:359 - Wait>0.1
8.5.2007 22:56:10:468 - send>31
8.5.2007 22:56:10:468 - Wait>0.1
8.5.2007 22:56:10:578 - Press Right * 2
8.5.2007 22:56:10:578 - Wait>0.1
8.5.2007 22:56:10:687 - send>1999
8.5.2007 22:56:10:687 - Wait>0.1
8.5.2007 22:56:10:796 - MouseMoveRel>311,363
8.5.2007 22:56:10:796 - Wait>0.1
8.5.2007 22:56:10:906 - LClick
8.5.2007 22:56:10:906 - Let>WW_TIMEOUT=900
8.5.2007 22:56:10:906 - WaitWindowOpen>Robustheitstest-Ergebnis für *
8.5.2007 22:56:13:140 - Wait>0.1
8.5.2007 22:56:13:250 - Press CTRL
8.5.2007 22:56:13:250 - Wait>0.1
8.5.2007 22:56:13:359 - Send>d
8.5.2007 22:56:13:359 - Wait>0.1
8.5.2007 22:56:13:468 - Release CTRL
8.5.2007 22:56:13:468 - end>GetInv1999
8.5.2007 22:56:13:468 - GoSub>Copy1999ToExcel
8.5.2007 22:56:13:468 - WindowAction>1,Microsoft Office Excel 2003 - Netzanalysen*
8.5.2007 22:56:13:484 - SetFocus>Microsoft Office Excel 2003 - Netzanalysen*
8.5.2007 22:56:13:500 - //WaitWindowChanged>0.2
8.5.2007 22:56:13:500 - Press CTRL
8.5.2007 22:56:13:500 - Wait>0.1
8.5.2007 22:56:13:609 - Press Home
8.5.2007 22:56:13:609 - Wait>0.1
8.5.2007 22:56:13:718 - Release CTRL
8.5.2007 22:56:13:718 - Wait>0.1
8.5.2007 22:56:13:828 - Press Up
8.5.2007 22:56:13:828 - Wait>0.1
8.5.2007 22:56:13:937 - Press CTRL
8.5.2007 22:56:13:937 - Wait>0.1
8.5.2007 22:56:14:046 - Send>v
8.5.2007 22:56:14:046 - Wait>0.1
8.5.2007 22:56:14:156 - Release CTRL
8.5.2007 22:56:14:156 - Wait>0.1
8.5.2007 22:56:14:265 - Press Right
8.5.2007 22:56:14:265 - Wait>0.1
8.5.2007 22:56:14:375 - send>1999
8.5.2007 22:56:14:375 - Wait>0.1
8.5.2007 22:56:14:484 - Press Right
8.5.2007 22:56:14:484 - WindowAction>2,Microsoft Office Excel 2003 - Netzanalysen*
8.5.2007 22:56:14:515 - end>Copy1999ToExcel
8.5.2007 22:56:14:515 - 
8.5.2007 22:56:14:515 - GoSub>GetInv2004
8.5.2007 22:56:14:515 - SetFocus>Robustheitstest-Ergebnis für*
8.5.2007 22:56:14:562 - Wait>0.1
8.5.2007 22:56:14:671 - Press CTRL
8.5.2007 22:56:14:671 - Wait>0.1
8.5.2007 22:56:14:781 - Send>t
8.5.2007 22:56:14:781 - Wait>0.1
8.5.2007 22:56:14:890 - Release CTRL
8.5.2007 22:56:14:890 - WaitWindowOpen>Robustheitstest einstellen   -   Schritt 1 von 3
8.5.2007 22:56:14:890 - Wait>0.1
8.5.2007 22:56:15:000 - MouseMoveRel>231,361
8.5.2007 22:56:15:000 - lclick
8.5.2007 22:56:15:000 - WaitWindowOpen>Robustheitstest einstellen   -   Schritt 2 von 3
8.5.2007 22:56:15:000 - Wait>0.1
8.5.2007 22:56:15:109 - LClick
8.5.2007 22:56:15:109 - Wait>0.1
8.5.2007 22:56:15:218 - MouseMoveRel>295,227
8.5.2007 22:56:15:218 - Wait>0.1
8.5.2007 22:56:15:328 - LClick
8.5.2007 22:56:15:328 - Wait>0.1
8.5.2007 22:56:15:437 - MouseMoveRel>295,285
8.5.2007 22:56:15:437 - Wait>0.1
8.5.2007 22:56:15:546 - LClick
8.5.2007 22:56:15:546 - Wait>0.1
8.5.2007 22:56:15:656 - MouseMoveRel>240,263
8.5.2007 22:56:15:656 - Wait>0.1
8.5.2007 22:56:15:765 - LClick
8.5.2007 22:56:15:765 - Send>01
8.5.2007 22:56:15:765 - Wait>0.1
8.5.2007 22:56:15:875 - Press Right
8.5.2007 22:56:15:875 - Wait>0.1
8.5.2007 22:56:15:984 - Send>01
8.5.2007 22:56:15:984 - Wait>0.1
8.5.2007 22:56:16:093 - Press Right
8.5.2007 22:56:16:093 - Wait>0.1
8.5.2007 22:56:16:203 - Send>2004
8.5.2007 22:56:16:203 - Wait>0.1
8.5.2007 22:56:16:312 - Press Tab
8.5.2007 22:56:16:312 - Wait>0.1
8.5.2007 22:56:16:421 - Press Right
8.5.2007 22:56:16:421 - Wait>0.1
8.5.2007 22:56:16:531 - send>12
8.5.2007 22:56:16:531 - Wait>0.1
8.5.2007 22:56:16:640 - Press Left
8.5.2007 22:56:16:640 - Wait>0.1
8.5.2007 22:56:16:750 - send>31
8.5.2007 22:56:16:750 - Wait>0.1
8.5.2007 22:56:16:859 - Press Right * 2
8.5.2007 22:56:16:859 - Wait>0.1
8.5.2007 22:56:16:968 - send>2004
8.5.2007 22:56:16:968 - Wait>0.1
8.5.2007 22:56:17:078 - MouseMoveRel>311,363
8.5.2007 22:56:17:078 - Wait>0.1
8.5.2007 22:56:17:187 - LClick
8.5.2007 22:56:17:187 - Wait>1
8.5.2007 22:56:18:187 - Label>looper
8.5.2007 22:56:18:187 - Wait>0.2
8.5.2007 22:56:18:390 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:18:390 - Wait>0.2
8.5.2007 22:56:18:593 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:18:593 - Wait>0.2
8.5.2007 22:56:18:796 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:18:796 - Wait>0.2
8.5.2007 22:56:19:000 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:19:000 - Wait>0.2
8.5.2007 22:56:19:203 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:19:203 - Wait>0.2
8.5.2007 22:56:19:406 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:19:406 - Let>WW_TIMEOUT=900
8.5.2007 22:56:19:406 - SetFocus>Robustheitstest-Ergebnis für *
8.5.2007 22:56:19:406 - Wait>0.1
8.5.2007 22:56:19:515 - Press CTRL
8.5.2007 22:56:19:515 - Wait>0.1
8.5.2007 22:56:19:625 - Send>d
8.5.2007 22:56:19:625 - Wait>0.1
8.5.2007 22:56:19:734 - Release CTRL
8.5.2007 22:56:19:734 - end>GetInv2004
8.5.2007 22:56:19:734 - GoSub>Copy2004ToExcel
8.5.2007 22:56:19:734 - WindowAction>1,Microsoft Office Excel 2003 - Netzanalysen*
8.5.2007 22:56:19:750 - setfocus>Microsoft Office Excel 2003 - Netzanalysen*
8.5.2007 22:56:19:765 - Wait>0.1
8.5.2007 22:56:19:875 - Press CTRL
8.5.2007 22:56:19:875 - Wait>0.1
8.5.2007 22:56:19:984 - Send>v
8.5.2007 22:56:19:984 - Wait>0.1
8.5.2007 22:56:20:093 - Release CTRL
8.5.2007 22:56:20:093 - Wait>0.1
8.5.2007 22:56:20:203 - Press Right
8.5.2007 22:56:20:203 - Wait>0.1
8.5.2007 22:56:20:312 - send>2004
8.5.2007 22:56:20:312 - Wait>0.1
8.5.2007 22:56:20:421 - Press Right
8.5.2007 22:56:20:421 - Wait>0.1
8.5.2007 22:56:20:531 - //Press Right
8.5.2007 22:56:20:531 - WindowAction>2,Microsoft Office Excel 2003 - Netzanalysen*
8.5.2007 22:56:20:562 - end>Copy2004ToExcel
8.5.2007 22:56:20:562 - 
8.5.2007 22:56:20:562 - GoSub>GetInv2006
8.5.2007 22:56:20:562 - SetFocus>Robustheitstest-Ergebnis für*
8.5.2007 22:56:20:593 - Wait>0.1
8.5.2007 22:56:20:703 - Press CTRL
8.5.2007 22:56:20:703 - Wait>0.1
8.5.2007 22:56:20:812 - Send>t
8.5.2007 22:56:20:812 - Wait>0.1
8.5.2007 22:56:20:921 - Release CTRL
8.5.2007 22:56:20:921 - WaitWindowOpen>Robustheitstest einstellen   -   Schritt 1 von 3
8.5.2007 22:56:20:921 - Wait>0.1
8.5.2007 22:56:21:031 - MouseMoveRel>231,361
8.5.2007 22:56:21:031 - lclick
8.5.2007 22:56:21:031 - WaitWindowOpen>Robustheitstest einstellen   -   Schritt 2 von 3
8.5.2007 22:56:21:031 - Wait>0.1
8.5.2007 22:56:21:140 - LClick
8.5.2007 22:56:21:140 - Wait>0.1
8.5.2007 22:56:21:250 - MouseMoveRel>295,227
8.5.2007 22:56:21:250 - Wait>0.1
8.5.2007 22:56:21:359 - LClick
8.5.2007 22:56:21:359 - Wait>0.1
8.5.2007 22:56:21:468 - MouseMoveRel>295,285
8.5.2007 22:56:21:468 - Wait>0.1
8.5.2007 22:56:21:578 - LClick
8.5.2007 22:56:21:578 - Wait>0.1
8.5.2007 22:56:21:687 - MouseMoveRel>240,263
8.5.2007 22:56:21:687 - Wait>0.1
8.5.2007 22:56:21:796 - LClick
8.5.2007 22:56:21:796 - Send>01
8.5.2007 22:56:21:796 - Wait>0.1
8.5.2007 22:56:21:906 - Press Right
8.5.2007 22:56:21:906 - Wait>0.1
8.5.2007 22:56:22:015 - Send>01
8.5.2007 22:56:22:015 - Wait>0.1
8.5.2007 22:56:22:125 - Press Right
8.5.2007 22:56:22:125 - Wait>0.1
8.5.2007 22:56:22:234 - Send>2006
8.5.2007 22:56:22:234 - Wait>0.1
8.5.2007 22:56:22:343 - Press Tab
8.5.2007 22:56:22:343 - Wait>0.1
8.5.2007 22:56:22:453 - Press Right
8.5.2007 22:56:22:453 - Wait>0.1
8.5.2007 22:56:22:562 - send>12
8.5.2007 22:56:22:562 - Wait>0.1
8.5.2007 22:56:22:671 - Press Left
8.5.2007 22:56:22:671 - Wait>0.1
8.5.2007 22:56:22:781 - send>31
8.5.2007 22:56:22:781 - Wait>0.1
8.5.2007 22:56:22:890 - Press Right * 2
8.5.2007 22:56:22:890 - Wait>0.1
8.5.2007 22:56:23:000 - send>2006
8.5.2007 22:56:23:000 - Wait>0.1
8.5.2007 22:56:23:109 - MouseMoveRel>311,363
8.5.2007 22:56:23:109 - Wait>0.1
8.5.2007 22:56:23:218 - LClick
8.5.2007 22:56:23:218 - Wait>0.1
8.5.2007 22:56:23:328 - Label>looper
8.5.2007 22:56:23:328 - Wait>0.2
8.5.2007 22:56:23:531 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:23:531 - Wait>0.2
8.5.2007 22:56:23:734 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:23:734 - Wait>0.2
8.5.2007 22:56:23:937 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:23:937 - Wait>0.2
8.5.2007 22:56:24:140 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:24:140 - Wait>0.2
8.5.2007 22:56:24:343 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:24:343 - Wait>0.2
8.5.2007 22:56:24:546 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:24:546 - Wait>0.2
8.5.2007 22:56:24:750 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:24:750 - Wait>0.2
8.5.2007 22:56:24:953 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:24:953 - Wait>0.2
8.5.2007 22:56:25:156 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:25:156 - Wait>0.2
8.5.2007 22:56:25:359 - IfWindowOpen>Robustheitstest,looper,heraus
8.5.2007 22:56:25:359 - Let>WW_TIMEOUT=900
8.5.2007 22:56:25:359 - SetFocus>Robustheitstest-Ergebnis für *
8.5.2007 22:56:25:359 - Wait>0.1
8.5.2007 22:56:25:468 - Press CTRL
8.5.2007 22:56:25:468 - Wait>0.1
8.5.2007 22:56:25:578 - Send>d
8.5.2007 22:56:25:578 - Wait>0.1
8.5.2007 22:56:25:687 - Release CTRL
8.5.2007 22:56:25:687 - end>GetInv2004
8.5.2007 22:56:25:687 - 
8.5.2007 22:56:25:687 - srt>GetInv2006
8.5.2007 22:56:25:687 - 
8.5.2007 22:56:25:687 - 
8.5.2007 22:56:25:687 - srt>GetInv2007
8.5.2007 22:56:25:687 - 
8.5.2007 22:56:25:687 - srt>Copy1999ToExcel
8.5.2007 22:56:25:687 - 
8.5.2007 22:56:25:687 - srt>Copy2004ToExcel
8.5.2007 22:56:25:687 - 
8.5.2007 22:56:25:687 - srt>Copy2006ToExcel
8.5.2007 22:56:25:687 - 
8.5.2007 22:56:25:687 - 
8.5.2007 22:56:25:687 - srt>Copy2007ToExcel
8.5.2007 22:56:25:687 - Finished Macro : Ivo_AlleRobustheitstest

[/code]

User avatar
JRL
Automation Wizard
Posts: 3532
Joined: Mon Jan 10, 2005 6:22 pm
Location: Iowa

Post by JRL » Tue May 08, 2007 9:43 pm

My first guess would be you have the same label names in multiple places. try renaming all of your labels and make them all unique. For example in several of your subroutines you have the label "looper" try renaming them looper2004, looper2006, etc.

Hope this helps,
Dick

dubi99
Newbie
Posts: 4
Joined: Mon May 07, 2007 5:13 pm

Post by dubi99 » Tue May 08, 2007 10:00 pm

wow - it works! Thank you for that hint!

Great - Dick!

-roby

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts