Hi, I would like to unhide all hidden rows and columns in every tab of different Excels.
I have a for each file in folder activity which processes every excel file that I have. In the process, I want to unhide all hidden rows and columns in the Excel without having to edit the trust/macro settings in the Excel (if using vba).
I have tried vba but it requires the macro setting to be set in the Excel.
I have also tried keyboard shortcut of ctrl shift 9 and ctrl shift 0 but it does not unhide all hidden cells.