Dear Sir
I am using following code to save as file as cell value name, its working fine, I just need to be on same original file again after this code
The original file should not be closed
I am using following code to save as file as cell value name, its working fine, I just need to be on same original file again after this code
Dim Path As StringDim filename As String
Path = "C:\Users\ltpurc08\Desktop\Thread Consumption Software\TCS"
filename = Range("O6")
ActiveWorkbook.SaveAs filename:=Path & filename & ".xlsb", FileFormat:=50
Application.DisplayAlerts = True
ActiveWorkbook.Close
The original file should not be closed