"Load" statement

M

Maria

I am trying to trace the source of data in a cell. The
cell has a formula similar to "Load1 AB64". AB64 does not
have a value in the cell.

What does the "Load" command me

Thanks,
 
F

Frank Isaacs

That does not look like a valid formula; please post the exact formula for a
better answer.

My guess is that it is something like =Load!AB64, which would refer to cell
AB64 on a sheet named Load.
--
HTH -

-Frank Isaacs
Dolphin Technology Corp.
http://vbapro.com
 
M

Myrna Larson

If it starts with an equal sign, e.g. =Load AB64, then it refers to the intersection of the
named range Load and AB64, but since that is a single cell, it's no different than =AB64.
 
F

Frank Isaacs

I've no idea if that's the syntax the OP has, but it's new to me. Thanks!
--
HTH -

-Frank Isaacs
Dolphin Technology Corp.
http://vbapro.com



Myrna Larson said:
If it starts with an equal sign, e.g. =Load AB64, then it refers to the intersection of the
named range Load and AB64, but since that is a single cell, it's no different than =AB64.
 

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