More precisely, given two sheets:
<Name 'rc_past': =through_time!$E$5:$F$11>
<Name 'rw_digit': ='space bar'!$E$8:$E$17>
when asking .refers_to_range.sheet.name on the second, one gets a nasty
E appscript.reference.CommandError: Command failed:
E OSERROR: -1728
E MESSAGE: The object you are trying to access does not exist
E COMMAND: app(pid=75015).workbooks['proto_validator.xlsx'].worksheets["'space bar'"].name.get()
More precisely, given two sheets:
<Name 'rc_past': =through_time!$E$5:$F$11>
<Name 'rw_digit': ='space bar'!$E$8:$E$17>
when asking
.refers_to_range.sheet.nameon the second, one gets a nasty