How to allow Macros on a protected worksheet in Excel | Excel On The Go

  Рет қаралды 26,700

Excel Off The Grid

Excel Off The Grid

Күн бұрын

★ Want to automate Excel? Check out our training academy ★
exceloffthegri...
★ About this video ★
In this video we show you how to easily enable macros on an protected excel worksheets.
★ Download 30 most useful Excel VBA Macros ebook for FREE ★
exceloffthegri...
★ Where to find Excel Off The Grid ★
Blog: exceloffthegri...
Twitter: / exceloffthegrid
#MsExcel #PowerQuery

Пікірлер: 62
@ianinholland8390
@ianinholland8390 5 ай бұрын
Thanks, I've been unprotecting & reprotecting for years - this is so much better! Really grateful for the tip.
@ExcelOffTheGrid
@ExcelOffTheGrid 4 ай бұрын
Glad it was helpful! 👍
@mr.write1433
@mr.write1433 9 ай бұрын
omg i tried it now and its working men you save me lol.. Some of my codes didnt work on unprotect prot method but this one does . lol thanks a lot bro! this method is so rare and simple. i fortunately click your video !!
@ExcelOffTheGrid
@ExcelOffTheGrid 9 ай бұрын
All I can do is share what I know or discover, so I’m glad I could help 😁
@houstonsam6163
@houstonsam6163 Жыл бұрын
Many thanks, this will be extremely helpful for the development projects I take on, including one I'm finishing up right now.
@ExcelOffTheGrid
@ExcelOffTheGrid Жыл бұрын
Great news, I'm glad I could help.
@wolfgangweiler177
@wolfgangweiler177 Жыл бұрын
Thanks! Iike to learn from your site!
@IvanCortinas_ES
@IvanCortinas_ES Жыл бұрын
Excellent channel Mark. Excellent contents. Interesting, powerful, useful... Thank you!!!
@ExcelOffTheGrid
@ExcelOffTheGrid Жыл бұрын
Thanks - I try to create useful content. 😀
@Matt-pw7tg
@Matt-pw7tg 9 ай бұрын
Great video. Does this work if I have more than one sheet in the workbook that is protected. I had it running properly for one sheet but when I protected the second sheet it stopped working. Any help appreciated 😀
@royburtocobb
@royburtocobb Жыл бұрын
Worked perfect! You the man! Thanks
@ExcelOffTheGrid
@ExcelOffTheGrid Жыл бұрын
You're welcome!
@ahasanularefin8214
@ahasanularefin8214 6 ай бұрын
Many thanks for this valuable content. Great job!!!
@ExcelOffTheGrid
@ExcelOffTheGrid 6 ай бұрын
My pleasure! Glad it was helpful.
@kayleighf.6599
@kayleighf.6599 8 ай бұрын
I got it to work! Sorry if you read my last comment about how I was disappointed. Thank you. I will be looking into more of your work. Thanks so much.
@ExcelOffTheGrid
@ExcelOffTheGrid 8 ай бұрын
No worries! I'm glad you got it working.
@LordBransty
@LordBransty 9 ай бұрын
You're a godsend. I've subscribed.
@ExcelOffTheGrid
@ExcelOffTheGrid 9 ай бұрын
Wow, thanks!
@Tripool1
@Tripool1 6 ай бұрын
This helped me so much... Tx man
@JaspreetSinghKaim
@JaspreetSinghKaim Жыл бұрын
Thanks Man, that was wonderful
@ExcelOffTheGrid
@ExcelOffTheGrid Жыл бұрын
I’m glad you liked it.
@edward9840
@edward9840 Жыл бұрын
Very useful. Thank you.
@ExcelOffTheGrid
@ExcelOffTheGrid Жыл бұрын
Thanks Edward - glad it was helpful!
@Robbie1987a
@Robbie1987a 3 ай бұрын
And the best thing with this property is that it allows sorting locked cells throu VBA! So you don't need to unprotect your worksheet every time you want to sort in VBA procedure.
@ExcelOffTheGrid
@ExcelOffTheGrid 3 ай бұрын
I know, pretty useful right 😁
@scottrochford5523
@scottrochford5523 9 ай бұрын
Hi mate, I am getting runtim 9, script out of range. I cannot work out why. Sheet name etc is correct. I have sent you a screenshot to your PM's. Any help would be great! EDIT: I cannot send you a PM on youtube :(
@mr.write1433
@mr.write1433 9 ай бұрын
This is my main problem i have a very complex macro.. if i protect and unprotect it will ask everytime i do something with password . Ill try this tomorrow
@iknow3335
@iknow3335 2 ай бұрын
It works. However my use case is when 50 ppl using the same excel, then this unprotect protect looks like to cause an issue of "workbook looked by someone else", which end up me not being able to deploy new excel version (overwrite the same excel file). No way out at this moment. I can only unprotect all sheets at this moment.
@s1ngularityxd64
@s1ngularityxd64 Жыл бұрын
exactly what I need. 🥰
@ExcelOffTheGrid
@ExcelOffTheGrid Жыл бұрын
Good stuff 👍
@CovertOps1
@CovertOps1 4 ай бұрын
I really need some Excel advice as I'm still learning. I need to protect a sheet with an existing macro. The macro auto adjusts the row height subsequent to a search by keyword search bar. I used a FILTER ISNUMBER SEARCH formula. I'm planning to share the workbook later, hence the need to protect it. The cells with the formula are also the ones that the macro adjusts. Is this a dead end?
@nickshutte8369
@nickshutte8369 Жыл бұрын
Brilliant thanks!
@ExcelOffTheGrid
@ExcelOffTheGrid Жыл бұрын
You're welcome!
@danielosorio217
@danielosorio217 5 ай бұрын
I'm wondering if something has changed in Excel related to this topic about running macros in a protected sheet. I have a worksheet with three sheets: raw data, a sheet with buttons to run individual macros in a specific sequence, and a sheet with shapes showing calculations done through some of the macros on the raw data, and within this sheet a button to one-click run all macros in the specific sequence. I protected every sheet and yet without the step suggested in this video, all macros run. Am I missing something? Please keep in mind I am new to macros trying to make my way through them.
@lubna3002
@lubna3002 8 ай бұрын
Thank you a lot but why I don’t get debug choice?
@claude-marcelgrand-pierre9795
@claude-marcelgrand-pierre9795 3 ай бұрын
Works for one sheet this is great now how do I protect the second one? lol
@bethjovi
@bethjovi 11 ай бұрын
How did you add the sub called allow macro? It showed up on your video but how did you get it in there?
@ExcelOffTheGrid
@ExcelOffTheGrid 10 ай бұрын
In the workbook module, there is an event called Workbook_Open.
@sheikhayaz9106
@sheikhayaz9106 7 ай бұрын
Hi Macro working is good But xls file closed and after macro message debug So please. Send me answer Thank
@KaylaShannon-x5m
@KaylaShannon-x5m Жыл бұрын
This trick isn't working for me: I have a Query Refresh attached to a macro button, but once the sheet is protected it's not able to refresh? UserInterfaceOnly:=True is also highlighted in red, but I'm unable to add the apparent comma and underscore in the code that's shown?
@ExcelOffTheGrid
@ExcelOffTheGrid Жыл бұрын
Are you loading to a Table? They don’t expand on protected worksheets.
@mr.write1433
@mr.write1433 9 ай бұрын
Bro i wanted my workbook to be protected everytime. I just allow some ranges to open. The problem is i connected my macro on multiple sheets. The problem is how can i deactivate 2 ranges from a different sheet at the same time. Allow ranges has different password on my workbook.
@ApplyThoughts
@ApplyThoughts Жыл бұрын
For shared files it is not working... can u please suggest what can We do for that
@ApplyThoughts
@ApplyThoughts Жыл бұрын
I found a solution for even shared mode files too
@minamishail_Tech2024
@minamishail_Tech2024 Жыл бұрын
Can we do a similar process when we work with externally protected workbooks, using power query or VBA?
@ExcelOffTheGrid
@ExcelOffTheGrid Жыл бұрын
I'm not sure what you mean by "externally protected". It is possible to apply the UserInterfaceOnly property to any open workbook (provided you know the password).
@minamishail_Tech2024
@minamishail_Tech2024 Жыл бұрын
@@ExcelOffTheGrid , I mean if I have 2 or more encrypted excel files as a data source, which is used to import\load data to another file using Power Query. Can I load data un the P.Q. query, by providing the encryption password?
@ExcelOffTheGrid
@ExcelOffTheGrid Жыл бұрын
Encrypted Excel workbooks are a separate issue to this video. I don't think PQ can connect to an encrypted workbook is possible. Unless your macro: 1) Opens the workbook 2) Removes the password 3) Saves and closes the workbook 4) Refreshes the data 5) Re-opens the workbook 6) Re-instates the password 7) Saves and closes the workbook
@iamteeten
@iamteeten Жыл бұрын
Hope you can help me with my macro issues 😢
@theforgedone
@theforgedone 18 күн бұрын
Doesn't this mean the user could open macros and see the password? What if we don't want to reveal the password?
@ExcelOffTheGrid
@ExcelOffTheGrid 18 күн бұрын
You would need to password protect the VBA project. Then users can’t see the code. But most passwords are useless anyway as shown by this post: kzbin.info/www/bejne/qXbCnaGIoL2IrdE
@theforgedone
@theforgedone 18 күн бұрын
@@ExcelOffTheGrid Wow, thank you for that information!
@ExcelOffTheGrid
@ExcelOffTheGrid 14 күн бұрын
No problem 😁
@michaelangellotti5741
@michaelangellotti5741 Жыл бұрын
I'm tired of unprotecting & protecting again. Many thanks.
@ExcelOffTheGrid
@ExcelOffTheGrid Жыл бұрын
I know that feeling 😂
@Bishnu-hh7rm
@Bishnu-hh7rm Жыл бұрын
i want to run automatic macro in some protected sheet. how it is possible?
@ExcelOffTheGrid
@ExcelOffTheGrid Жыл бұрын
Just put the code to allow macros at the start of the code and it will work.
@killerinJP
@killerinJP Жыл бұрын
@@ExcelOffTheGrid I got confusing again. so that code is used to "ALLOW" running macros without unprotect the sheet right? but why after call the function when open, it NOT allow to run the macro again?
@louisbuys6886
@louisbuys6886 11 ай бұрын
Hi Mark. I used a macro to highlight the active cell. Got the 1004 error and when trying to apply your solution, I got a Runtime 9 error. Can you spot the problem😁. Private Sub Worksheet_SelectionChange(ByVal Target As Range) Range("A100") = ActiveCell.Address End Sub Private Sub AllowMacroWhenProtected() Sheets("sheet2").Protect Password:="Password", _ UserInterfaceOnly:=True End Sub
@ExcelOffTheGrid
@ExcelOffTheGrid 11 ай бұрын
Runtime 9, Subscript out of range - means you have asked for something that doesn’t exist. For example you might have a sheet called “Sheet 2” rather than “sheet2”.
Excel VBA Macro: Run Macro on Protected Sheets (with Password)
4:04
Use Macros on Password Protected Worksheets in Excel
15:50
TeachExcel
Рет қаралды 38 М.
Amazing Parenting Hacks! 👶✨ #ParentingTips #LifeHacks
00:18
Snack Chat
Рет қаралды 14 МЛН
Run VBA Code on Protected Worksheet
13:31
Dinesh Kumar Takyar
Рет қаралды 90 М.
Hide Worksheets with Passwords in Excel (No Code Required)
4:36
Learn Macros in 7 Minutes (Microsoft Excel)
7:40
Cody Baldwin
Рет қаралды 1,8 МЛН
Excel VBA - Auto lock and protect sheets on close
3:26
Ah Sing TV
Рет қаралды 8 М.
How to Remove Different Excel Passwords (Quick & Easy)
10:00
MyOnlineTrainingHub
Рет қаралды 306 М.
Using slicers with formulas (2022 update) | Excel Off The Grid
9:50
Excel Off The Grid
Рет қаралды 45 М.