Quote:
Originally Posted by jariquelme
Hi p45cal.
I need to know the range selected while creating the formula. Selection.Address(0,0) is only set when I accept the edition.
TIA
|
I haven't the foggiest what you mean but:
Code:
range("H5").Formula = "=SUM(" & Selection.address(0,0) & ")"
Perhaps if you described th background behind what you're trying to do…