how do I add a Macro that will work with multiple CSV files of the same name. but only search the one thats in the same(file) location. as the spreadsheet using the macro
normally you could use .\ to reference the same folder, but this doesnt work.
any help would be great
My spreadsheet Macro will be copied to sits in multiple location i folders with months of the year. ( July, AUG, Sept.)
CSV is DATA.csv that also exists in (july, AUG, Sept.)
so when the macro runs in July folder it will use folder = "C:\July\AutodeskOutputLog.csv" but when I copy to Aug the file will be folder = "C:\AUG\AutodeskOutputLog.csv"
hope thats been explained clearly enough.
hope you have a great day
normally you could use .\ to reference the same folder, but this doesnt work.
any help would be great
My spreadsheet Macro will be copied to sits in multiple location i folders with months of the year. ( July, AUG, Sept.)
CSV is DATA.csv that also exists in (july, AUG, Sept.)
so when the macro runs in July folder it will use folder = "C:\July\AutodeskOutputLog.csv" but when I copy to Aug the file will be folder = "C:\AUG\AutodeskOutputLog.csv"
hope thats been explained clearly enough.
hope you have a great day