Is there something wrong with checking to see if your curser is in position
"A" or "B" ?
I have the following code, and when it gets a negative, it drops out of the
sub routine as an error
If "@9,6" Then
M.Pause "@9,6"
M.Key Chr(8) ' Back Space
M.Pause "@9,6"
M.Key Chr(11) ' shift tab
M.Pause "@9,1"
M.Key Chr(8) ' back space
M.Key "{Tab}"
End If
If "@9,1" Then
M.Key Chr(8) ' back space
M.Pause "@9,1"
M.Key Chr(9) ' tab
End If
I am a bit confused and help would be great, I hate calling Rich for every question.
Bruce