i added to the file so want to share it here. when i clicked the button
with nothing running, i would get the error "nothing to feedhold"
so i ended up with. hope this is not creating as endless loop.
Thanks sterling
If IsMoving ( ) Then
DoOEMButton(1001 )
While IsMoving ( )
Wend
DoOEMButton(1003 )
While IsMoving ( )
Wend
Else
DoOEMButton(1003)
End If