"Load" statement

  • Thread starter Thread starter Maria
  • Start date Start date
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,
 
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
 
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.
 
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.
 
Back
Top