Set Fs = CreateObject("Scripting.FileSystemObject")
Set F = Fs.FileExists(CurrentProject.Path & "\" & "cell.cel")
Set G = Fs.DeleteFile(CurrentProject.Path & "\" & "cell.cel")
If F Then g Else Name CurrentProject.Path & "\" & "cell.txt" As CurrentProject.Path & "\" & "cell.cel"
End If