getting data from a range in another workbook (excel 2003)

M

Mainer

i'm not sure of the command to get a named range for a workbook in the same
folder as the workbook i'm using
 
G

Gary''s Student

Something like:

=SUM('C:\Documents and Settings\Owner\My Documents\Book2.xls'!alpha)

Where alpha is a Named Range
 
Top