Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Grab Password Name

Hello All,


I was wondering if anybody has been able to "grab" the existing
workbook, worksheet password so that when I do an update on the VBA
code I can replace the users password. I have a workbook that I update
and change code in that many users have. As it is now when I do an
update to the program the users must reset their password, I would like
to make this an automatic update, which will restore the users file.

Any help will be appreciated.


Thanks,
Paulp



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 493
Default Grab Password Name

For worksheet and workbook passwords, you can't get the original,
but you can get a hashed version that will allow you to reprotect
and have the original work (the original is not stored in the
workbook, only the hash). See

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


For the file password, In article ,
Paul P wrote:

Hello All,


I was wondering if anybody has been able to "grab" the existing
workbook, worksheet password so that when I do an update on the VBA
code I can replace the users password. I have a workbook that I update
and change code in that many users have. As it is now when I do an
update to the program the users must reset their password, I would like
to make this an automatic update, which will restore the users file.

Any help will be appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Grab Password Name

There is code available that will break the password, but it doesn't find
what the actual password is. Under the password scheme used, several
different passwords resolve to the same code that will unprotect the
worksheet/workbook. The code tests a complete subset of these password, so
it is unlikely it discovers the actual password.

So the answer is no. Excel really doesn't store the actual password, just
the code that it resolves too.

--
Regards
Tom Ogilvy


Paul P wrote in message
...
Hello All,


I was wondering if anybody has been able to "grab" the existing
workbook, worksheet password so that when I do an update on the VBA
code I can replace the users password. I have a workbook that I update
and change code in that many users have. As it is now when I do an
update to the program the users must reset their password, I would like
to make this an automatic update, which will restore the users file.

Any help will be appreciated.


Thanks,
Paulp



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Grab Password Name

I am posting since JE provided a bit more thorough thinking on this and I
don't want my post to confuse the issue (particularly since it was later
than his, but his wasn't visible to me when I posted). Since you would use
one of the "equivalent" passwords, it would be transparent to the user, so I
am correct that you can't get the original, but JE is even more correct in
stating that you don't need to. Kind of like using a skeleton key or master
password.

Sorry for any confusion.

--
Regards,
Tom Ogilvy

Tom Ogilvy wrote in message
...
There is code available that will break the password, but it doesn't find
what the actual password is. Under the password scheme used, several
different passwords resolve to the same code that will unprotect the
worksheet/workbook. The code tests a complete subset of these password,

so
it is unlikely it discovers the actual password.

So the answer is no. Excel really doesn't store the actual password, just
the code that it resolves too.

--
Regards
Tom Ogilvy


Paul P wrote in message
...
Hello All,


I was wondering if anybody has been able to "grab" the existing
workbook, worksheet password so that when I do an update on the VBA
code I can replace the users password. I have a workbook that I update
and change code in that many users have. As it is now when I do an
update to the program the users must reset their password, I would like
to make this an automatic update, which will restore the users file.

Any help will be appreciated.


Thanks,
Paulp



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from

http://www.ExcelForum.com/





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
2 sheets 2 rows grab 1 karatehero Excel Worksheet Functions 2 November 10th 06 05:05 PM
number grab David New Users to Excel 5 July 20th 06 10:45 PM
grab detail when = 1 jenn Excel Worksheet Functions 0 January 12th 06 09:06 PM
grab max date from list jenn Excel Worksheet Functions 4 March 20th 05 05:17 AM
First Letters Grab Pitbull Excel Discussion (Misc queries) 6 January 6th 05 01:51 PM


All times are GMT +1. The time now is 09:29 AM.

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"