If you are talking about the VI errors. LabVIEW will give you basic descriptions of what's wrong.
1. Variant to data has an unwired terminal (variant). You must wire it up.
2. Invoke node generally requires the reference to be wired. In this case, the workbooks reference you get just to the left from the Excel Application.
3. Your case structure has nothing wired to the selector (the ? symbol on the left hand side). It is required to be wired.