J
Jack Sheet
Hi all
With Application.ThisWorkbook
'Line required here that does the following:
'Delete all names in ThisWorkbook that have
'the string "Global" contained within the name
'but which are NOT global names, ie
'which are local to a worksheet
End With 'Application.ThisWorkbook
Sorry, folks, I know it should be trivial but I got stuck.
With Application.ThisWorkbook
'Line required here that does the following:
'Delete all names in ThisWorkbook that have
'the string "Global" contained within the name
'but which are NOT global names, ie
'which are local to a worksheet
End With 'Application.ThisWorkbook
Sorry, folks, I know it should be trivial but I got stuck.