Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.misc
external usenet poster
 
Posts: 62
Default Is this a joke or Microsoft screws up again?

I have a protected workbook with VBA codes in it. In order for the
VBA codes to work on the worksheets, I add the following code.

ActiveSheet.Protect Password:="Seattlecaseraisesquestionsabout",
UserInterfaceOnly:=True

When I opened the workbook with Notepad, I found that the password
is unscrambled and unencrypted, just plain text. The longer the
password is, the easier for it to be spotted.

No one at Microsoft thinks of encrypting or scrambling the
password? Is this a joke or what?

The same is true for activeworkbook.protect password:= also.

And if the reason you protect the sheet is to hide the formulae so
people can't peek them. Forget that. The formulae are stored in
plain text so everyone can see them.

  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Is this a joke or Microsoft screws up again?

I don't think the worksheet protection was intended to keep people out, but
to keep people from inadvertently altering the data.

http://www.mcgimpsey.com/excel/removepwords.html

I believe the password to open/password to modify/VBA Project protection is
somewhat better, but there are several online vendors that claim to break
these (I've never used them - so can't tell you more, but am pretty sure the
longest they claim to do it in is few days - it may even be a matter of hours
for some of them).

Don't keep anything sensitive in Excel.


"John Smith" wrote:

I have a protected workbook with VBA codes in it. In order for the
VBA codes to work on the worksheets, I add the following code.

ActiveSheet.Protect Password:="Seattlecaseraisesquestionsabout",
UserInterfaceOnly:=True

When I opened the workbook with Notepad, I found that the password
is unscrambled and unencrypted, just plain text. The longer the
password is, the easier for it to be spotted.

No one at Microsoft thinks of encrypting or scrambling the
password? Is this a joke or what?

The same is true for activeworkbook.protect password:= also.

And if the reason you protect the sheet is to hide the formulae so
people can't peek them. Forget that. The formulae are stored in
plain text so everyone can see them.


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
sorting screws up referencing Andrei Excel Discussion (Misc queries) 0 March 13th 08 03:36 PM
Is this a joke or Microsoft screws up again? John Smith Excel Discussion (Misc queries) 0 December 19th 06 02:34 AM
<<<<<<<The Net's #1 Joke e-Book!<<<<<<<< Expert Humor Excel Programming 0 March 31st 06 03:10 PM
My formula screws up other reference cells... Jambruins Excel Discussion (Misc queries) 2 February 28th 05 02:57 PM
ODBC import screws up fx Philk Excel Programming 0 October 20th 03 02:56 PM


All times are GMT +1. The time now is 06:34 AM.

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"