# Task 1: Code Correction You are provided with a Python script that uses conditional statements # to tell if a number is positive, negative, or zero, but it has some errors. Identify and fix them.
Module 2 Sub VBA_Homework_Easy_2() 'Second version below has line by line notes For Each i In ActiveWorkbook.Worksheets i.Activate LastRow = i.Cells(Rows.Count, 1).End(xlUp).Row Cells(1, 9).Value = ...