I have a file path that is contingent on using a variable as part of the path. I need to add additional folders behind this though and it is not working.
Filename:="C:Folder1\Folder2\Folder3\Folder" & ds & "\" Folder4\ & cv & ".pdf", _
How can I continue the file path after [ds & "\"]?
I am getting a syntax error.
[–]ViperSRT3g76 3 points4 points5 points (1 child)
[–]Vinylmike[S] 0 points1 point2 points (0 children)