Yugal Jindle
New member
I have a Name 'FomulaName' in the Name Manager in my Excel file.
I want to edit the value of the FormulaName name.
I have :
Dim sheet Excel.Worksheet = getSheet()
sheet.Names('FormulaName') ' This gives error
How can I edit the value of FormulaName name in the Name manager ?
Please Help !
I want to edit the value of the FormulaName name.
I have :
Dim sheet Excel.Worksheet = getSheet()
sheet.Names('FormulaName') ' This gives error
How can I edit the value of FormulaName name in the Name manager ?
Please Help !