View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default A couple of questiosn on Named Ranges

one way to do this is to do it one sheet and copy that sheet. Defined name
follows to new sheet

--
Don Guillett
SalesAid Software

"Ragdyer" wrote in message
...
To assign a range name that's WS specific, just prefix it with the sheet
name.

For example, select the range and click in the name box (left of formula
bar).
Type:
Sheet1!rng1
<Enter
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Simon Cleal" wrote in message
...
1) I believe it's possible to use the same name on separate worksheets of

the
same workbook but I can't work out how, the Insert ¦ Name command doesn't
seem to give me an option and all names I put in seem to be 'global'

2) I (accidentally) put the name of a cell being referred to in single
quotes and when the cell it was in dragged or copied the name referred to
changed. (ie. the single quotes are doing the opposite of dollar signs on

a
normal A1 style cell reference.) However although I did this once
unintentionally I have been unable to repeat what I did

Thanks in advance

Simon