I have a workbook with several named ranges. I’m trying to update the range by using ImportData to load the contents of the datatable into the sheet starting at the first cell (in all cases the range starts at 0,0). If…...is inserted, but the previous rows are shifted down so my range...shifted down all of the blank rows. I also tried range.Clear()...