I created a new sheet then renamed it to "xlwings.conf" (in VBA editor properties it appears with (name) set to Sheet6 and name set to xlwings.conf
Then if I try click on addin "Restart UDFs server" or "Import functions" I have the error Subscript out of range on line(in function GetConfigFromSheet() ):
Set sht = ThisWorkbook.Sheets("xlwings.conf")
I created a new sheet then renamed it to "xlwings.conf" (in VBA editor properties it appears with (name) set to Sheet6 and name set to xlwings.conf
Then if I try click on addin "Restart UDFs server" or "Import functions" I have the error Subscript out of range on line(in function GetConfigFromSheet() ):
Set sht = ThisWorkbook.Sheets("xlwings.conf")