View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default drop-down List range define


In the bb.xls. editnamedefinename it mylistrefers to =aa.xls!aaenter
datavalidationlist=mylist
As Gord says, aa.xls must be open so you may want to put in your
personal.xls

--
Don Guillett
SalesAid Software

"vassilis" wrote in message
...
yes but what do i need to write to point at the external defined area ?
i ve tried of c:\aa.xls.aa and doesnt work ....

"Don Guillett" wrote:


Define a name in bb.xls mylist that refers to aa.xls!aa. Then list
=mylist
--
Don Guillett
SalesAid Software

"vassilis" wrote in message
...
Hi
i need some help to define a range of cells that belong into a
different
book and a different sheet...
I named an area AA into a AA.xls...and i want to make this area my
source
into BB.xls for my drop down list...
Thanks