Is there a faster way to import data from text into Excel sheet then clicking and defining parameters. There are users who do not know how to use import wizard. Is there a possibility to do that via Macros??
Imported data is always in the same format (in notepad) and the values need to be stored always in the same range so that formula on the other sheet would work.
Thanks
As suggested by others you can easily do it with the recording. Here's a sample to satisfy your need.
As you mentioned you feel to ask the user to pick the text file. Just include the below method -
(Note - Don't forget to call this function above as I did.)