Quote:
Originally Posted by alow
Do you want F1 to show any cell that's selected? If you're looking for it to show something that matches criteria or something, you could do that with a formula, depending on what you're looking for. Or you could do =A5 if you wanted it to show that. There may be a way to do what you want with VBA, but I think it may be more trouble than it's worth.
|
Yes, I would like it to show any cell currently selected, so, if a5 then f1 should show the a5 value, if b7, then it should show the b7 value, etc
Maybe there is a way to make a dynamic range, where the range is the current selection? [EDIT] The idea being that F1 can then get the value from the dynamic range, just for clarification.