Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I am working on a project in Powerpoint that requires me to keep track of who has viewed the presentation. I need to create an electronic signature page (probably using an action button or hyperlink) that links to an excel sheet. I already have an excel sheet that will auto date entries. How do I link the "signature" to excel? Thanks for any help, -- Deborah |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
dkc,
I do not want to disappoint you but your approach is very unsafe. I have been through the same request and ended up nowhere with Excel: 1. As you are using a file, a smart user can go and delete this file 2. If I am not mistaken, you cannot share a file with a password, then your file will be editable by any user. And hiding a file, even deep in a folder structure is not very secure (Try search files modified today) A better way is to use a database like SQL Windows or Oracle. Ask your database administrator to create a table where everyone can add records, but not modify nor delete. Then, connect to the database with your macro and write the record. In Powerpoint, you must also ensu 1. Your code is protected by a password 2. The user cannot go directly to the last slide of the presentation (do you know that renaming a file from pps to ppt makes it editable in Powerpoint), then go to slide view and click the button. To overcome that, I added on each slide a variable and tested at the end that all these variables add the value "read" 3. You should prevent users to keep the down arrow pressed, so all the slides are viewed at light speed, without being read. I installed a timer on each slide, blocked navigation and displayed "Previous" and "Next" buttons once the timer was over. I did this for each slide, with a different time. Good luck, Stephane. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i link Excel to Powerpoint slide show & see graph on wk she | Charts and Charting in Excel | |||
how to convert excel worksheet to a powerpoint slide | Excel Discussion (Misc queries) | |||
I need to merge text from an Excel doc. into a powerpoint slide? | Excel Discussion (Misc queries) | |||
A way to convert Excel worksheet into Powerpoint slide | Excel Discussion (Misc queries) | |||
Link from an Excel spreadsheet to a specific slide in PowerPoint | Excel Discussion (Misc queries) |