View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Johan[_2_] Johan[_2_] is offline
external usenet poster
 
Posts: 11
Default Rename all named ranges?

Thanks for your answers, but isn't it possible to have the search and
replace procedure for the workbook names done automatically before the
old names are deleted?

Like this:

For each name in file

Copy old name "Box" to new name "R_Box"
Search for "Box" in workbook formulas and replace with "R_Box"
Delete the name "Box"

Next name

Regards,

Johan