Renaming a cell name

  • Thread starter Thread starter Gary Paris
  • Start date Start date
G

Gary Paris

I have a cell that is named "payment". On another sheet, there are multiple
cells that reference "payment". Is there a way to rename "payment" and
change every occurence of it in the workbook?

Thanks,

Gary
 
to change what cell it refers to

worksheets("Sheet2").Range("B9").Name = "payment"

to change the name use Edit=>Replace
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top