“Moderator” Notice
September 2020
Given up with this “OP” , Avinash around September 2020. https://excelfox.com/forum/showthrea...ll=1#post14972
https://excelfox.com/forum/showthrea...ll=1#post14972
I am no longer monitoring what its doings. It had curiosity appeal for a while, but even that has worn off me now!
It’s getting worse by the Day. Its still doing whatever it is that it is doing and getting Replies and answers at excelforum.com and likely a few places I don’t know about.
Hi Experts,
This macro does what i want & I need a confirmation that this macro is perfect & it has no errors & if there is anything which needs to be modified then plz modify the same & let me knowCode:Option Explicit Sub STEP2() Dim wkb As Workbook Set wkb = Workbooks.Add wkb.SaveAs Filename:="C:\Users\WolfieeeStyle\Desktop\FALSEFALSEFALSE.xlsx" wkb.Close Dim fso As Object Dim strFileName As String Dim strFileExists As String Set fso = CreateObject("scripting.filesystemobject") strFileName = "C:\Users\WolfieeeStyle\Desktop\FALSEFALSEFALSE.xlsx" strFileExists = Dir(strFileName) If strFileExists > "" Then fso.movefile Source:="C:\Users\WolfieeeStyle\Desktop\FALSEFALSEFALSE.xlsx", _ Destination:="C:\Users\WolfieeeStyle\Desktop\WolfieeeStyle\9.15\FALSEFALSEFALSE.xlsx" Shell "taskkill /F /IM EXCEL.EXE" Else End If End Sub
Thnx
Cross Post
https://eileenslounge.com/viewtopic....273280#p273280




Reply With Quote

Bookmarks