public void AddStars(string Account, double Amount) { StarsSheet = new Excel("C:\\Logs\\stars.xls", Account); int row = StarsSheet.GetTodaysRow(); StarsSheet.AddToCell(row, 5, Amount); StatAndClose(); }