Hi everyone,

I am getting the above error at the 1st line?

Sub TTT()
'
' TTT Macro
' Macro recorded 7/11/2006 by sultanm
'

'
Range("B11").Select
Selection.Copy
Range("E18").Select
ActiveSheet.Paste
Range("E18").Select
Application.CutCopyMode = False
ActiveCell.FormulaR1C1 = "4.22222222222222"
Range("E19").Select
End Sub

Mike