Using VBA, is there a way to determine whether any of the worksheets in ActiveWorkbook are protected with a password? I’m familiar with ActiveWorkbook.HasPassword, but I want to determine if ANY of the sheets within the workbook have a password.
Thanks.