Closed jeremypmeyers closed 8 years ago
Added prompt in LoadAllExcel(). Code works by prompting user for sheetname, leaving it blank ("") will default to first sheet in workbook.
Did some checking using Iontensity data and doesn't appear to be loading correctly. Working on a fix now.
Got the sheetname prompt to work. Loads properly now on Iontensity data.
Present implementation is to select the first sheet of each Excel workbook in a folder, but we need to allow the user to select another sheet. Can we use just the first workbook we experience as the model for subsequent files?