Nice one Norie - that was exactly what I was after.
Bad news - the CopyFromRecordset method affects the Cells' values not formula so I ended up with "=HYPERLINK("http://www.dbforums.com", "Some Text")" displayed rather than a link.
Good news - just tested some code:
Code:
Me.Range(Me.Cells(2, 2), Me.Cells(334, 2)).Formula = Me.Range(Me.Cells(2, 2), Me.Cells(334, 2)).Value
which works just fine.
Thank you very much for your help
