VERY TOUGH PROBLEM

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Has anyone been able to get information on the formula contents of a cell
from another cell?
EG.
cell A1 has the formula: =A10
I want to be able to enter some formula into A2 that allows me to see into
the formula in A1. Not the data, not the formatting... rather the formula
itself.
Thanks
If u could please respond to:
(e-mail address removed)
 
If you install MoreFunc.xll (available at longre.free.fr/english ), you'll
get a FORMULATEXT() function that does just that.
 
Hi
use the following UDF
public function get_formula(rng as range)
get_formula=rng.formula
end function
 

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

Back
Top