p.s here is the Macro:
Sub MikeTest()
'
' MikeTest Macro
' Macro recorded 03/11/2010 by test
'
'
Cells.Find(What:="test", After:=ActiveCell, LookIn:=xlFormulas, LookAt _
:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:= _
False, SearchFormat:=False).Activate
Rows("3:3").Select
Range("AX3").Activate
Selection.Cut
ActiveSheet.Paste
ChDir "C:\Documents and Settings\\Desktop"
ActiveWorkbook.SaveAs Filename:= _
"C:\Documents and Settings\Desktop\Test.xls" _
, FileFormat:=xlNormal, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
End Sub
Bookmarks