Linked Questions
89 questions linked to/from Is there a way to crack the password on an Excel VBA Project?
12
votes
0
answers
36k
views
Bypass password on an Excel VBA project *.xla [duplicate]
Due to a change in procedure I need to update the code in an excel macro. The person that designed it has left the firm two years ago. While trying to revive it, I found out the macro project is ...
3
votes
1
answer
4k
views
MS Office 2013 - VBA password security [duplicate]
I am wondering about how safe is the VBA password on MS Office 2013.
I've searched online and there are a bunch of websites selling software to do it, is it reliable?
I want to develop some security ...
0
votes
1
answer
6k
views
Reset Excel VBA password [duplicate]
I forgets password of one VBA automation developed by me and now I have to update the VBA code but I am unable do that. And also please make note that I don't have permissions to download any ...
0
votes
1
answer
3k
views
I need to open a password protected VBA project in an Excel file [duplicate]
I have an excel file with a VBA Project which is password protected. How can I unlock the file? The person who created this is no longer working and I have to unlock this file to make work easier.
...
0
votes
1
answer
1k
views
Excel-VBA: Modify Application Without Using Password. [duplicate]
I have developed an application using Excel-VBA and applied password protection to it to prevent modification. Now, I have forgotten the password and I want to update my application. Is there any way ...
1
vote
0
answers
901
views
VBA Password recovery for 64 bit OS - without external software [duplicate]
How can I reset password of excel VBA automation which have been forgotten by me?
And also I am working on 64 bit OS. And please make note that I don't have
permissions to download any application ...
0
votes
0
answers
66
views
How can I remove password from VBProject? [duplicate]
I got a problem with a VB project that I d'ont have the password but I need to open it to check some functions.
I tried to use "PassWiper For Excel" but it needs licences key.
I need someone ...
0
votes
0
answers
56
views
How to protect more a password-protected Excel Binary Workbook? [duplicate]
I have a password-protected Excel Binary Workbook (locked for viewing) that was sent to one of my colleagues. I was so shocked he was able to see all the forms and codes by sending me a screenshot ...
41
votes
4
answers
237k
views
Excel VBA Password via Hex Editor
I have used the "Hex Editor to modify DPB to DPx" many times in the past to bypass VBA project security on my old Excel VBA projects (.xls), so I definitely know how to do it and know that I can do it....
16
votes
4
answers
11k
views
So my Excel-VBA project password can easily be cracked... What are other options?
Now that I know that there is an easy workaround to the standard way of locking and password-protecting VBA code, I'd like to move on to more effective ways of protecting code. I am to deliver an ...
6
votes
4
answers
97k
views
Excel spreadsheet password cracking using VBA
I tried writing a vba password cracker code similar to the code I used to crack Excel sheet's password But I am not sure if I am doing correctly or not - when i tried this code it prompted me for ...
12
votes
1
answer
13k
views
Can I compile VBA on workbook open?
I am trying to find a way of compiling the code in VBA on workbook open. I can do this manually by opening the VBA environment, going into Debug and "Compile VBAProject" but was wondering if there is ...
9
votes
4
answers
13k
views
Securely store password in a VBA project
I built a file used by various people in one of my company service.
Each sheet is protected by a password and all users entries are handled with a VBA user form. All sheets are protected by the same ...
10
votes
3
answers
2k
views
Excel VBA development best practices [closed]
We are an ISV with experience developing and distributing desktop applications written in VB6. We are now developing tools as Excel spreadsheets containing VBA code. These will be downloadable free ...
1
vote
5
answers
8k
views
VBA password protection: how it works? is it secure? are there any alternatives?
In case one wants to protect VBA applications to make trial(demo) versions and not to expose the scripts, how secure the built in password protection is? Are there any alternatives?
Edit: I'm asking ...