Because Access doesn't support text to column, I've created a linked workbook. Now what I want is that when the workbook is opened, a macro is run automatically, then the workbook is closed and saved, also automatically.
The macros I have found are:
To run the macros
Private Sub Workbook_Open()...