Wednesday, July 6, 2016

Fast Solution to Error: Allow Unhide Rows in Protected Workbook

Allow Unhide Rows in Protected Workbook

I have a form created in excel.  In this form, it has rows grouped and hidden from normal view.  They should be abel to click the plus sign to show the rows.  However, when I protect the sheet and click the plus sign, excel says the sheet needs to be unprotected. 
Is it possible to allow this funactionality and still protect the sheet?

Solutions to the Problem Allow Unhide Rows in Protected Workbook

Download SmartPCFixer for Free Now

Hi,
No way if you protect the sheet in that way but you can do it like this using code.
Alt+F11 to open VB editor.
Double click ThisWorkbook and paste the code in on the right.
Save close and re-open and your sheet is protected but you can expand/collapse grouped
rows
Private Sub Workbook_Open()
With Sheets("Sheet2") ' Change to suit
    .Protect Password:="MySecret", UserInterfaceOnly:=True
    .EnableOutlining = True
    End With
End Sub

If this post answers your question, please mark it as the Answer.
Mike H

Tweak IE Options
  • Open Internet Explorer.
  • Go to "Tools > Internet Options > Advanced Tab".
  • Uncheck "Enable third-party browser extensions".
  • Click "Apply".
  • Reboot your computer.

Recommended Method to Fix the Problem: Allow Unhide Rows in Protected Workbook:

How to Fix Allow Unhide Rows in Protected Workbook with SmartPCFixer?

1. Click the button to download SmartPCFixer . Install it on your system.  Open it, and it will scan your computer. The errors will be shown in the scan result.

2. After the scan is finished, you can see the errors and problems which need to be repaired.

3. When the Fixing part is finished, your computer has been speeded up and the errors have been fixed


Related: error message fsui.exe/ wlidcli.dll is missing
,Solution to Error: Excel: Automatic number generation
,Troubleshoot:i wanna change language of all windows in Windows 7 Home Premium
,Troubleshooting:IF Function, if the vendor ID in column A matches any of the vendor ID's in column F, I want 1099 to appear in column D. Error
,Fast Solution to Problem: ReadyBoost is not working properly in my computer
,Troubleshoot:Error: "0x81000032 make sure the C: drive is online and set to NTFS" when trying to backup to external hard drive. Error,External Hard Drive not listed in Windows 7 backup wizard Tech Support,Tech Support: I'm always being signed off so annoying,Solution to Problem: Impossible to use Internet Explorer! I keep getting the same error message every time i try to use IE.,Referencing data in Access using Excel [Anwsered],Need Best Way To Present Data [Anwsered],Same question but for windows 7 home edition,sometimes fullscreen won't activate [Solved],Solution to Error: We bought a new computer with windows 7 and it is constantly freezing. How do we fix this?,Solution to Error: Windows 8 update crash (2013-07-22),brclr.dll.mu_ Missing Error Fixer,How To Resolve Missing fin_myagtui.eng Problem,Corrupted f_0006ad File - How to Fix,nkebigvg.cpl Not Found Error Fixer,Corrupted olcontrols.ocx File - How to Fix
Read More: Troubleshoot:Applications stop working properly after resuming from standby\/waking from sleep Error,Solution to Error: APPCRASH ntdll.dll error when I try to launch Cubase SL 1.0.6,Solution to Error: Alternate windows minimizing when another is grabbed and moved (only ~20% of the time),Applying Restrictions to Excel editing and Saving? [Anwsered],[Anwsered] apphangb1-windows has stopped working,After Windows Update CD/DVD drive does not work,After installing windows 7 to laptop the labels print out of line how can I fix it,After my computer sleeps the wireless always disconnects and will no reconnect,After signing into Pogo.com, I get a message" This tab has been recovered"....what does this mean and how do I fix it.....,All desktop icons changed to windows live and does not open

No comments:

Post a Comment