How to Unlock Excel Sheets Fast with VBA

  Рет қаралды 12,955

Victor Chan

Victor Chan

Күн бұрын

Пікірлер: 31
@launchexcel
@launchexcel 2 ай бұрын
*Watch more videos* 1. Top 30 Excel Tips and Tricks kzbin.info/www/bejne/nqC4n42Mh9qfgsUsi=IuhVulBwgP_R27-q 2. List all your sheets efficiently in Excel (VBA) kzbin.info/www/bejne/iaqqfYqlnJpsfaM 3. Highlight Active Row & Column in Excel (VBA) kzbin.info/www/bejne/aJO6gJV8ecR2e6s *Click here for the article with full VBA code:* www.launchexcel.com/unlock-excel-workbook-and-worksheets-vba *Download the Free Excel Workbook* Step 1: Sign up for free: go.launchexcel.com/email-signup-youtube Step 2: Log in here: courses.launchexcel.com/dashboard/en/login Step 3: Download: courses.launchexcel.com/school/course/workbook-downloads/lecture/5074882#headline-e1935e9b *TIP: Stay logged in for quick access to all FREE workbook downloads.*
@leaovulcao
@leaovulcao 2 ай бұрын
I enjoyed and learned your first 2,videos on the power of VBA workbooks. Now I must practice, practice until I get it. You’re truly a Master of teaching and your voice and poise makes learning more enjoyable. You are blessed. Thank you so much!
@martintayler23
@martintayler23 2 ай бұрын
Very good explanation of the methods used to "hack" passwords in a project. You can do this manually of course, however the VBA is so much more efficient and you have set it out beautifully. Thank you Victor.
@launchexcel
@launchexcel 2 ай бұрын
Thank you, Martin! I’m glad you found the explanation clear and the VBA helpful. I appreciate your feedback.
@jaironaranjo3654
@jaironaranjo3654 Ай бұрын
Thank you for such great presentation!
@kebincui
@kebincui 2 ай бұрын
Excellent video. Thanks for sharing 👍
@launchexcel
@launchexcel 2 ай бұрын
Thanks for your comment!
@hansakaerandaranasinghe6455
@hansakaerandaranasinghe6455 2 ай бұрын
i will try this
@AlessioGianfrate
@AlessioGianfrate Ай бұрын
Hi, Very interesting videos Can this method also remove the password on the macro code?
@launchexcel
@launchexcel Ай бұрын
There's a VBA solution here but I can't speak to its effectiveness: stackoverflow.com/questions/1026483/is-there-a-way-to-crack-the-password-on-an-excel-vba-project It claims to work for VBA password protection. But probably not if the VBA Project is protected with special obfuscation (such as Unviewable+ from Spreadsheet1 spreadsheet1.com/unviewable-vba-project-app-for-excel.html#/) Hope that helps!
@scotolivera8207
@scotolivera8207 2 ай бұрын
very informative
@launchexcel
@launchexcel 2 ай бұрын
Thank you!
@user12345654
@user12345654 2 ай бұрын
Didn't know that VBA could be used to remove protection from excel workbooks also. 👍👍
@cremadepruta6074
@cremadepruta6074 2 ай бұрын
awesome
@launchexcel
@launchexcel 2 ай бұрын
Thank you
@Dexter101x
@Dexter101x 2 ай бұрын
I didn't realise how powerful VBA in Excel was
@launchexcel
@launchexcel 2 ай бұрын
VBA has definitely got a lot of power, and most Excel users have no idea it exists. Stay tuned for more 😀
@abhishekawari919
@abhishekawari919 2 ай бұрын
I have an another problem can we use vba for this and create something automatic in this task- Having 2 data file in excel format expenses and invoice data from this 2 file we have copy certain data and paste into the invoice generator file fileds and create a pdf copy invoice wise and store in the desired folder and rename as as per required format ?
@launchexcel
@launchexcel 2 ай бұрын
Yes VBA can automate all of this. And more 😊. Creating PDF invoices from Excel files in a specific folder is a good project for VBA.
@cycu87
@cycu87 8 күн бұрын
What about XLS formats? Can they also be unlocked using this method?
@launchexcel
@launchexcel 6 күн бұрын
Sadly it doesn't work for XLS files because they don't use the XML format.
@cycu87
@cycu87 4 күн бұрын
​@@launchexcel Is there any way to decrypt the password in files with the xls extension?
@redhaakhund1271
@redhaakhund1271 2 ай бұрын
🙏⭐️⭐️⭐️⭐️⭐️
@launchexcel
@launchexcel 2 ай бұрын
😊thanks
@dluhut83
@dluhut83 2 ай бұрын
What if the Workbook itself is protected? In a sense, a user needs to input password before it opens up/show the contents? How to remove it?
@launchexcel
@launchexcel 2 ай бұрын
The file open password, which blocks access to the entire Excel workbook until the correct password is entered, is the most difficult to bypass. Unfortunately, the VBA code in this video cannot remove this type of protection. As far as I know, the only way to unlock a workbook with a file open password is through a brute-force method, which involves trying every possible character combination until the correct password is found. There are websites that offer this service, but I don’t have any specific recommendations.
@ThinkCode-
@ThinkCode- 2 ай бұрын
Please dont make more videos on vba, vba has been finished
@launchexcel
@launchexcel 2 ай бұрын
Thank you for your comment. In my opinion, VBA is still very relevant to Excel users. I know Office Scripts and Python are moving in, but there's still a lot that VBA can do that's useful and powerful. VBA is a powerful tool that many people could use to improve their workflows. I'm interested to hear what would you recommend instead of VBA?
@OdelLeal
@OdelLeal 2 ай бұрын
Also many companies don’t upgrade. And we need to work with these tools. Can you imagine I am working nowadays with excel 2016? This is my reality 😂
@launchexcel
@launchexcel 2 ай бұрын
​@@OdelLeal I hear you! Not everyone gets to use the latest shiny tools, and VBA is often the unsung hero that keeps things running in older versions like Excel 2016. I guess we’re all “time travelers” when we’re working with legacy systems. At least VBA still gets the job done-even if it feels like we’re typing on stone tablets sometimes! 😂
@OdelLeal
@OdelLeal 2 ай бұрын
@@launchexcelyes. You are right.
❤️ Top 30 Excel Tips and Tricks to save 30+ hours of work
36:34
How to Split Excel Sheets into Separate Files
16:08
Victor Chan
Рет қаралды 10 М.
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 7 МЛН
Симбу закрыли дома?! 🔒 #симба #симбочка #арти
00:41
Симбочка Пимпочка
Рет қаралды 4,8 МЛН
🔓 Remove VBA Password in Seconds in Excel (2 Easy Ways)
8:58
Send Emails 10 TIMES FASTER with This Excel Hack! (7 Levels)
36:15
Victor Chan
Рет қаралды 2,5 М.
Master File Handling in Python: Six Live Programming Example! Lecture-12.5
46:30
Automate Your Excel in 2025 with ChatGPT
10:28
Victor Chan
Рет қаралды 2,6 М.
How to Customize Controls in Excel VBA
18:23
Excel Macro Mastery
Рет қаралды 14 М.
Say Goodbye to IF Statements in Excel with SWITCH
7:45
Teacher's Tech
Рет қаралды 579 М.
7 Simple Practices for Writing Super-Readable VBA Code
13:03
Excel Macro Mastery
Рет қаралды 68 М.
Highlight Active Row & Column in Excel (7 Levels)
22:56
Victor Chan
Рет қаралды 70 М.
How to automate Excel with reusable Office Scripts | Excel Off The Grid
13:54
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 7 МЛН