Mix of relative and absolute?
Yes, or at least it should be - the formula is simply a string - for
example recording a simple macro that concatenates two cells with a
space between them gives
"=R[-6]C&"" ""&R[-5]C"
NOTE the double quotes to give a quote within a string (you could also
use chr$(34) to return a double quote)
|