Make sure the forms key preview is set to true and in the key down event the following will work
Code:
if keycode = 33 then 'page up
'your code here
else if keycode = 34 then 'page down
'your code here
endif