Hi, I've got the following Import macro, that imports data from another Excel file:
Everything works fine as long as the file name consists of 20 (or whatever number we will put there) signs (including .xls) due to this line Filename = Right(File, 20).![]()
Please Login or Register to view this content.
Is there a way to change the code in a way that it will just get the file name without specifying its exact number of signs?
Thanks in advance!
Bookmarks