I am trying to delete rows from my multidimensional array.  With my code I am not getting any errors but it is obvious that it is not finishing.  Would anyone be able to give me some pointers on what I am doing wrong between lines 21 to 28? #include <File.au3> #include <Excel.au3> #include <Array.au3> ;----------------------------------------------------------------------------------------------------------------------------- ; Open/Read/Manipulate the Excel File ;---------