Is there a VBA PasteSpecial(PasteAllExceptFormats) ?
On Wed, 12 Jul 2006 22:44:45 +0100, "Nick Hodge"
wrote:
Sub copyAndPasteSpecial()
Dim rng As Range
Set rng = Range("A1:G100")
rng.Copy
Range("H1").PasteSpecial xlPasteFormulasAndNumberFormats
End Sub
Excellent. Thanks Nick, just what I wanted.
It's funny, but I must have seen that prompted option hundreds of
times and it's never really registered with me before.
Many thanks,
__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
|