P
paul
I have a .ppt file with 50 slides. I have a DB where users specify
which slides they want, usually 1 or 2, and a script that automatically
sends it out once a week.
The easy solution was to separate each market into a separate file.
Then, in the script, I loop through and attach each slide that they
requested. The problem with this is that the size becomes very large,
and the users don't want to get multiple slides. It would be ideal to
combine the individual slides that they requested and send them the 1
file. So, I'm trying to determine if this is feasible. I was thinking
that I can 1) open the presentation and save just the selected slides,
and then send that to the user, or 2) combine the individual slides
into one and send it to the user.
I would appreciate any help on this. Right now I just need to know if
it's possible. Later, I can figure out how to do it.
Thanks for any help.
- PR
which slides they want, usually 1 or 2, and a script that automatically
sends it out once a week.
The easy solution was to separate each market into a separate file.
Then, in the script, I loop through and attach each slide that they
requested. The problem with this is that the size becomes very large,
and the users don't want to get multiple slides. It would be ideal to
combine the individual slides that they requested and send them the 1
file. So, I'm trying to determine if this is feasible. I was thinking
that I can 1) open the presentation and save just the selected slides,
and then send that to the user, or 2) combine the individual slides
into one and send it to the user.
I would appreciate any help on this. Right now I just need to know if
it's possible. Later, I can figure out how to do it.
Thanks for any help.
- PR