Duckbill32
New Member
- Joined
- Dec 28, 2022
- Messages
- 9
- Office Version
- 2021
- Platform
- Windows
Hi everyone.
I am trying to come up with solution to convert .csv file to .xlsx. Although there are many topics regarding that, I am unable to find anything suitable for me and I am not that experienced in VBA to write the script myself, yet ;(
I would like to create an ActiveX Control button with VBA code, which would:
1. Ask in the pop-up window to select the folder
2. Find all the .csv documents in the folder among .xlsx and other documents
3. Convert all those .csv documents into .xlsx and save them with the same name in the same folder without any pop-up windows
4. Delete all the .csv from the same folder
Looking forward to hearing back from VBA gurus!
Thanks!
I am trying to come up with solution to convert .csv file to .xlsx. Although there are many topics regarding that, I am unable to find anything suitable for me and I am not that experienced in VBA to write the script myself, yet ;(
I would like to create an ActiveX Control button with VBA code, which would:
1. Ask in the pop-up window to select the folder
2. Find all the .csv documents in the folder among .xlsx and other documents
3. Convert all those .csv documents into .xlsx and save them with the same name in the same folder without any pop-up windows
4. Delete all the .csv from the same folder
Looking forward to hearing back from VBA gurus!
Thanks!