Regex Pattern to extract Sheet Name from .Address(external:=True)
I need a quick way to extract the sheet name from this external address"
'[ABC.xls]Sheet1'!$C$2
A quick way would be to use a regex pattern which takes out everything
between the "]" and "!". Does anyone know what this pattern would look like?
Any ideas?
Thanks
EM
|