30875138

V

VikiKosta

Hey,

How can I get the value of specific cell if i got the address a
string?
What i mean is i need to get the value form another Workbook into on
that i working with when the cell location is set by the user.

thank
 
G

Govind

Not sure what you want.

If you have the address as a string and want the value of that cell, try
using the indirect function

Regards

Govind.
 
M

Max

In Book2.xls, try something like:

=INDIRECT("'["&"Book1.xls"&"]"&"Sheet1"&"'!$A$1")

to extract value from Sheet1's cell A1 of Book1.xls

Note: Book1.xls has to be *open* for the formula in Book2.xls
to work, otherwise you'll get #REF!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top