Ive got an error which i cant figure out.
whenever i run my macro i get this error - Type mismatch
these lines are included in a loop -
Dim Acc_Count as integer
Dim Multi_Acc as integer
do while Acc_Count < 12
Multi_Acc = 6
Acc_Count = Trim(Sess0.Screen.GetString(Multi_Acc,3,1))
Multi_Acc = Multi_Acc + 1
Acc_Count = Acc_Count + 1
both 'Acc_Count and Multi_Acc are defined as numbers, the wierd thing is that the code performs the first pass without a problem, its when it performs the second pass when i get the error.
Can anyone help
"Children are smarter than any of us. Know how I know that? I don't know one child with a full time job and children."...Bill Hicks
whenever i run my macro i get this error - Type mismatch
these lines are included in a loop -
Dim Acc_Count as integer
Dim Multi_Acc as integer
do while Acc_Count < 12
Multi_Acc = 6
Acc_Count = Trim(Sess0.Screen.GetString(Multi_Acc,3,1))
Multi_Acc = Multi_Acc + 1
Acc_Count = Acc_Count + 1
both 'Acc_Count and Multi_Acc are defined as numbers, the wierd thing is that the code performs the first pass without a problem, its when it performs the second pass when i get the error.
Can anyone help
"Children are smarter than any of us. Know how I know that? I don't know one child with a full time job and children."...Bill Hicks