Thread: Cell Naming
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Cell Naming

Yes.

When you name the range--either by typing in the namebox (to the left of the
formula bar) or by using the Insert|name dialog, make sure you include the name
of the sheet.

'Sheet 1'!Area1

(since "Sheet 1" (with the space character) requires the name be in single
quotes/apostrophes.)



"Bruce A. Julseth" wrote:

Can I use a name twice in a workbook, only in different sheets? That is to
say can I have Name "Area1" for "Sheet 1!$A$1:$F$10" and also have Name
"Area!" for "Sheet2!$A$1:$F$14"

I tried the above but it didn't work. I'm not sure if it can't be done or I
did something wrong.

Thanks for the help..


--

Dave Peterson