Loading Multiple XLS files to a single grid

Each time I use LOADFROMXLS the grid is cleared.

Anyone know how to load multiple XLS files into a single grid?

Thanks
Dave Y

Try using AdvGridExcelIO and set GridStartCol, GridStartRow to specify where in the grid the data must be loaded,i.e.

after cells that were already loaded.