I have set file location as
Following code works to reach to file1![]()
Please Login or Register to view this content.
But I want a cycle of code like following![]()
Please Login or Register to view this content.
Error (appearing on line Filename:=Nfile) says, we could not find file1.xlsx![]()
Please Login or Register to view this content.
I have tried (Filename:="file" & f) Or (Filename:=file & f) but get same error.
Bookmarks