Hi everyone,
Here i am trying to copy multiple worksheets to new workbook and below is my code
Option Explicit
Sub Save_File()
Application.EnableEvents = False
Dim FlName As String
Dim FilePath As String
Dim newfilename As String
FlName = "Copy"
FilePath = Cells(2, "K").Value...