macro to autosend email from .ppt....

M

Mr . .

Good Afternoon,

Food for thought...

I recently created powerpoint and added in some VB macro code to auto send
an email when a link was clicked. The idea was that the viewer would click
the link when done viewing the 'training' .ppt and the .ppt application
would send an email preformatted to the training coordinator indicating that
the training was done.

This worked fine on my machine and a few others, but when sent to all the
users that needed the training, it failed to work. After investigating I
figured out why... the work system has security default to high, which
disables the VB macro code. Many users don't understand how to lower the
security to medium or low to allow the macro to function, so it did not
work.

Guess in concept the idea is good, but in practice not functional since
there is a wide difference in user knowledge & or desire to embrace new
technology.

Comments, anyone else done something similar that sounded good, worked fine,
but no one else would bite?

Mr.
 
A

Austin Myers

Security settings in PPT have, and contiune to be, a royal pain. (If it
actually stopped the hackers I could live with it. <g>)

About the best you can do is give detailed instructions on how to load the
add in and how to make changes to the security settings.


Austin Myers
MS PowerPoint MVP Team

Provider of PFCMedia http://www.pfcmedia.com
 
B

Bill Dilworth

Another fly in the ointment when doing a distributed training presentation,
is that users with the viewer can not run any VB code at all.

One option is to use the URL hyperlink and instruct the user to enter what
module or such in the body of the email.

Hyperlink format => mailto:[email protected]

You will get the email from an address on a date, but they will need to
type any additional info. It also can be faked so I would give this method
careful consideration before implementing.


--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
vestprog2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
..
 
M

Mr . .

All good ideas to be able to go with other options than the VB code. I'll
be asking folks to just send an email to indicate they are done with viewing
the training and trust their honesty. If no one replies, then we'll need to
go for in person or group training sessions, which few enjoy. :)

Mr.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top