Reading data in onther Excel document

E

Ernest

How do I read data in another opened excel document (in a certain sheet
without activating it
 
D

Duke Carey

By "read" do you mean link it into the active workbook? Use a link formula:

='[Other Book.xls]Sheet1'!$A$1
 
Top