Sub STEP6()
    Set fso = CreateObject("scripting.filesystemobject")
    fso.MoveFile Source:="C:\Users\WolfieeeStyle\Desktop\WolfieeeStyle\9.15\Close Excel.lnk", Destination:="C:\Users\WolfieeeStyle\Desktop\"
    fso.MoveFile Source:="C:\Users\WolfieeeStyle\Desktop\WolfieeeStyle\9.15\STEP7.xlsb", Destination:="C:\Users\WolfieeeStyle\Desktop\"
End Sub

This is the macro,I need to update this macro
If these files are located then move the files & if not then do nothing


Thnx