Infinite
More left to learn.
- Local time
- Yesterday, 23:01
- Joined
- Mar 16, 2015
- Messages
- 402
As the title says, I am trying to save a .txt file as a .xlsx file. I have looked around a lot before asking this, and I cant find anything that is working for me.
The path for the file would look like this:
So I just need to figure out how to save that as a .xlsx file. Or even a .csv file.
Thanks for the help!
EDIT: I want it to be saved using VBA from Access. Sorry about not being clearer when I first posted.
The path for the file would look like this:
Code:
Dim FilePath As String
FilePath = Dir("C:\Users\Joshua\Downloads\!Import Sales From Online\*.txt")
So I just need to figure out how to save that as a .xlsx file. Or even a .csv file.
Thanks for the help!
EDIT: I want it to be saved using VBA from Access. Sorry about not being clearer when I first posted.
Last edited: