Hi. I'm a fairly new member here so I don't know how things work. But I wish to extract the sheet names from my workbook. I tried the formula I found online which is :
Define Name > =REPLACE(GET.WORKBOOK(1),1,FIND("]",GET.WORKBOOK(1)),"")
It worked for me at first but it made me save it as a Macro-enabled Workbook. I tried re-opening it and upon opening, it now returned a "#BLOCKED!" error. For context, my file is in my Onedrive (Desktop) and I'm working on the file while its inside the Onedrive.
I tried watching videos online where they used the same formula but they weren't asked/given a prompt to save it as a Macro-enabled Workbook. I've had this same scenario in a different project but I did not get this #BLOCKED! error. How do I fix this?
Define Name > =REPLACE(GET.WORKBOOK(1),1,FIND("]",GET.WORKBOOK(1)),"")
It worked for me at first but it made me save it as a Macro-enabled Workbook. I tried re-opening it and upon opening, it now returned a "#BLOCKED!" error. For context, my file is in my Onedrive (Desktop) and I'm working on the file while its inside the Onedrive.
I tried watching videos online where they used the same formula but they weren't asked/given a prompt to save it as a Macro-enabled Workbook. I've had this same scenario in a different project but I did not get this #BLOCKED! error. How do I fix this?