pgdn wont record as a macro, keeps giving an error that needs to be debugged

Click record, then 

Ctrl + A
C
pgdn

Stop recording

on play back get a debug error and it appears the pgdn is the cause..

Parents
No Data
Reply
  • Are you trying to record actions as VBA code? Or as JavaScript?

    The "recording" part of automation doesn't record and play back keystrokes. It looks at what was done, and tries to produce code to replicate that using the API. Recording doesn't always produce code that works the way the user intended; lots of limitations there.

    Sometimes you can't get where you want to be just by recording, and the job requires either manually modifying the code that was produced, or writing code from scratch.

Children
No Data