Automated loading of numerous data sets (Freq,Phase,Gain and etc.) from excel files onto tables in the IGOR environment

Hello everybody,
I'm need help with creating a procedure that can automatically load numerous data files selected by the user into tables in the IGOR environment.
I know how to do it manually but I would like to create program that automates the file loading process by asking the user to select files or a file to be loaded onto tables for further processing.
SC


To see how to display an Open File dialog in which a single file can be selected, execute this:
DisplayHelpTopic "Displaying an Open File Dialog"


To see how to display an Open File dialog in which multiple files can be selected:
DisplayHelpTopic "Displaying a Multi-Selection Open File Dialog"

Then use ItemsInList and StringFromList in a for loop to go through the selected files.