OK, I've got it that I can directly copy a row of formulas without using Select/Copy/Paste -
With range1 and range2 each set to a row:
range2.formula = range1.formula
This is clearly more efficient and cleaner that using the clipboard.
Problem is, the formulas are copied verbatim, with...