select a cell or the row and change the BackgroundColor to read:
=iif(RowNumber(Nothing) Mod 2, "#ffffc0" ,"White")
Obviously you can replace the colors but keep the quotation marks “”.