chingg1011
New Member
- Joined
- Oct 8, 2021
- Messages
- 18
- Office Version
- 365
- 2010
- Platform
- Windows
- Mobile
hello expert,
I m writing a code to make use of *csv file to xls in using vba,
* the file name is changed every day
ie \\abc.20221221.csv
I got a path which is variable link like \\abc.20221221.csv , how can I write the path location to execute the text to data in vba if the path is changed to \\abc.20221219.csv ?
I set the parth at row A1 in sheet 1, (vba: range ("a1").text ) but it run failure
anyone can share what is the code to make it ?
I m writing a code to make use of *csv file to xls in using vba,
* the file name is changed every day
ie \\abc.20221221.csv
I got a path which is variable link like \\abc.20221221.csv , how can I write the path location to execute the text to data in vba if the path is changed to \\abc.20221219.csv ?
I set the parth at row A1 in sheet 1, (vba: range ("a1").text ) but it run failure
anyone can share what is the code to make it ?