Hi,
I'm trying to write a macro for importing data, the macro will take the user to select data source window (Data > Import external data > Import data), where they can select a file they wish to import and the options in text import wizard have already been set (Delimited, file origin, delimiters, where to put the data, etc). I would like it to open automatically when the workbook is opened

After that I would like to run another Macro that I have already written, which manipulates the data

Is this possible?