Quote Originally Posted by El Salsero Gringo
Another way to do it would be to take the 500 page pdf and write a little perl script to chop it up into 500 individual pdf's (you can even email them from perl)

Bet you it could be done in less than 5 lines of code.
That's what I'd go for, but then I know Perl, and not VBA/VBScript.

Doing the splitting could be about 5 lines... Feeding them into 500 custom email messages makes the task a touch trickier... Maybe 10 lines.