G
Guest
Hi,
I'm looking to be able to rename a separate workbook within excel, in the
same way as a range can be named using the line:
ActiveWorkbook.Names.Add "ThisRange", RefersTo:=Selection
This is so that formulae within an excel sheet can reference to the named
sheet (depending on previously determined parameters, the named sheet could
be one of a number of data sources), using COUNTIF etc functions.
Many Thanks in Advance
Mike
I'm looking to be able to rename a separate workbook within excel, in the
same way as a range can be named using the line:
ActiveWorkbook.Names.Add "ThisRange", RefersTo:=Selection
This is so that formulae within an excel sheet can reference to the named
sheet (depending on previously determined parameters, the named sheet could
be one of a number of data sources), using COUNTIF etc functions.
Many Thanks in Advance
Mike