LET command

  • Thread starter Thread starter Bill Ridgeway
  • Start date Start date
B

Bill Ridgeway

Some while ago, when using Lotus 1-2-3, it was possible to force a value
into a cell by the command -

LET{cell reference}={value}

of which I don't see an equivalent in Excel.

IF this is correct THEN please let me know ELSE let me know how it may be
done.

Thanks.

Bill Ridgeway
 
Hi Bill,

I know nothing of Lotus, but possibly:


Range("A1") = 100
 
Thanks.

That's OK in a macro. I was thinking of a formulae in a cell writing a
value to another cell. Can that be done?

Regards

Bill Ridgeway
 
No it can't be done. A formula in a cell can return a value to only that
cell. HTH Otto
 

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

Similar Threads


Back
Top