Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Applying protection to an Excel Expense Report

I would like to know how I can prevent an Excel expense
report document I developed from being unprotected. When
we release the document for use, it is protected. But, if
someone does a "save as" the document unprotects. We want
to remove the capability to unprotect when they do a save
as. Is there a way to do this?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 493
Default Applying protection to an Excel Expense Report

I'm assuming that by "protection" you mean a file password, rather
than worksheet or workbook protection via the Tools/Protection menu
item.

In general, if your users can save the document, they can remove
protection.

There are ways you can make it more difficult (e.g., a
Workbook_BeforeSave event macro that bypasses XL's SaveAs command,
but that depends on having macros enabled, which may or may not be
acceptable to you. It's not secure - but will keep the incurious or
beginner from tampering.

If your users are even somewhat clever, they can simply copy your
sheets to a new workbook, unless you disable that as well (which
again requires that macros be enabled, and again, can be easily
bypassed).



In article ,
"Donna Bennett" wrote:

I would like to know how I can prevent an Excel expense
report document I developed from being unprotected. When
we release the document for use, it is protected. But, if
someone does a "save as" the document unprotects. We want
to remove the capability to unprotect when they do a save
as. Is there a way to do this?

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
Travel Expense report Excel ??[_2_] Excel Discussion (Misc queries) 0 December 14th 07 04:16 AM
Excel formula for expense report nate Excel Discussion (Misc queries) 1 October 5th 07 07:54 PM
Need simple good expense report in excel bob Excel Discussion (Misc queries) 1 July 25th 05 10:14 AM
Expense report template tired of searching Excel Discussion (Misc queries) 2 May 22nd 05 07:48 PM
Help of Expense Report Question [email protected] Excel Discussion (Misc queries) 1 February 2nd 05 03:40 PM


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

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

About Us

"It's about Microsoft Excel"