Try running this code and see if it clears the problem, this will only work if they have
been set to something previously
Code:
Sub ClearOnKey()
Application.OnKey "{UP}"
Application.OnKey "{DOWN}"
End Sub
it sounds as though your up and down arrows are doing the job of page up and Page Down do these keys do the same job or not?