ThrottleWorks
Excel Ninja
Hi,
I am preparing a macro, the user has to select multiple files on macro’s prompt.
I am using application.getfile name for selecting file.
The problem is if the user has to select the file “Sachin_loan_details_12578” & he selects something else the results will be wrong.
The file names are not static, they keep changing on daily basis, for example “Sachin_loan_details_12578” , “Sachin_loan_details_78497”.
But the “Sachin_loan_details” part will be static, how do I check that user has opened file with file name starting from “Sachin_loan_details”.
Can anyone help me in this please.
I am preparing a macro, the user has to select multiple files on macro’s prompt.
I am using application.getfile name for selecting file.
The problem is if the user has to select the file “Sachin_loan_details_12578” & he selects something else the results will be wrong.
The file names are not static, they keep changing on daily basis, for example “Sachin_loan_details_12578” , “Sachin_loan_details_78497”.
But the “Sachin_loan_details” part will be static, how do I check that user has opened file with file name starting from “Sachin_loan_details”.
Can anyone help me in this please.