View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
wutzke wutzke is offline
external usenet poster
 
Posts: 34
Default Naming Ranges by Sheet Name

Yesterday Rick
http://groups.google.com/groups/prof...J-52xdU3vNmSJ4
show me how to sum a range of cells.

http://groups.google.com/group/micro...26e643de?hl=en

I would also like to name that range and the cell that the sum total
of that range.
I can base a known range on the sheet name with

ThisWorkbook.Names.Add Name:=Worksheets(1).Name + "_data", _
RefersTo:="=$A$1:$C$10", Visible:=True

How would I use Rick's idea and also name the ranges?