View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected][_2_] aidan.heritage@virgin.net[_2_] is offline
external usenet poster
 
Posts: 17
Default 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)