I have an excel file which contain some hidden sheets and they are protected.
I have to unhide the sheets than add some data and hide them back.
But I have to hide them using protect workbook option under
Review>Protect workbook after entering password.
I have an excel file which contain some hidden sheets and they are protected.
I have to unhide the sheets than add some data and hide them back.
But I have to hide them using protect workbook option under
Review>Protect workbook after entering password
How do I type the password when excel is not open.
I am using excel application scope and unchecked the visible option so excel won’t open so how do I type the password.
Oh, sorry for the confusion. I think for the whole workbook, you need to use a custom activity, or invoke code / VBA, as I believe there’s no official activity for the task.
Hi @supermanPunch
I need to unprotect the workbook first and than unhide the sheets.
But I am not able to find a way to do so because I need to go inside the excel and click on protect workbook.
Please find the attached image.
I have tried to pass VBA
but it did not worked.
VBA will also work if it gives the required output.
Can you help me with the approach please?