View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Why can't I call a range of cells 'c'?

c
is a reserved name. Use:
c.
instead
--
Gary''s Student - gsnu200850


"Jock" wrote:

Using "Insert|name|define" I have named certain ranges 'a', 'b' and 'd' (w/o
the ').
I can't set up one called 'c' though - I get the message: "That name is not
valid".
I need the 'c' option as it will be in a drop down list to choose from.
Any ideas?
--
Traa Dy Liooar

Jock