Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 115
Default Password Protection of Document

I have designed a survey in Excel 2003. Once the survey is completed it is
sent by email via a submit button to selected recipients in our HR area.
Because staff change from time to time I need to keep going in and changing
the recipients. Because the surveys are staff-in-confidence, it was decided
at work to have the surveys sent to an email folder and I would see if we
could password protect the folder, I have since found out that I cant
protect the created outlook folder. So...What I would like to know is, is it
possible to put a code in the survey so that when it reaches its destination
it cant be opened without a password. The survey is on our intranet and is
accessed via a hyperlink in our HR web page. Would password protecting the
document with a code stop it from being opened on the intranet?

Cheers
Lynda
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Password Protection of Document

You could possilbly set it up so that the user has to user a macro to save
the password to the folder, and include this snippet of coding (modifed
accordingly)

ActiveWorkbook.SaveAs Filename:= _
"C:\Documents and Settings\My Documents\MyBook.xls", FileFormat:= _
xlNormal, Password:="YouPassword", WriteResPassword:="", _
ReadOnlyRecommended:= False, CreateBackup:=False

'This is the code to save a docuement and require a password to open.

Note that you would then want to password protect the VB! Note that while
these passwords are stronger than the normal sheet protection security (which
can be beat with a simple macro), they are not the best, and can be breached
by software available for purchase on the internet. So, if your survey
contains confidential info such as SSN, credit cards, etc., you may need to
look for something else. If you're looking for more of a deterrent, this
might suit your needs.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Lynda" wrote:

I have designed a survey in Excel 2003. Once the survey is completed it is
sent by email via a submit button to selected recipients in our HR area.
Because staff change from time to time I need to keep going in and changing
the recipients. Because the surveys are staff-in-confidence, it was decided
at work to have the surveys sent to an email folder and I would see if we
could password protect the folder, I have since found out that I cant
protect the created outlook folder. So...What I would like to know is, is it
possible to put a code in the survey so that when it reaches its destination
it cant be opened without a password. The survey is on our intranet and is
accessed via a hyperlink in our HR web page. Would password protecting the
document with a code stop it from being opened on the intranet?

Cheers
Lynda

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PASSWORD PROTECTION JFW Excel Worksheet Functions 3 January 2nd 09 10:44 PM
Password protection... GD Excel Discussion (Misc queries) 2 October 22nd 08 01:57 PM
Password protection excel document - last user setting lost Jon's problem Excel Discussion (Misc queries) 0 October 23rd 07 11:52 PM
password protection Poonam Excel Discussion (Misc queries) 2 September 22nd 07 04:44 PM
Password Protection sitay1 Excel Discussion (Misc queries) 1 August 26th 05 03:15 AM


All times are GMT +1. The time now is 04:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"