Hi Everyone,
Below i have a code which copies based on cell values(Highlighted) but instead of cell values, can we copy through cell name (Cell names which would be only in "Column C")
FolderName = Worksheets("copy").Cells(2, "K").Value & "\"
If FolderName <> "\" Then
FileName =...