Question: The following Excel image has a VBA program (see below). What will be the result after the program is executed? Any cells not displayed are


The following Excel image has a VBA program (see below). What will be the result after the program is executed? Any cells not displayed are currently empty, and any cells with numbers are formatted numeric. Sub CSDS0 Tot=0LastRow=Cells(Rows.Count,1).End(xiUp).Row Fori=LastRowTo9Step-1IfCells(i,4).Value=""Then Rows(i).Delete Else Tot=Tot+Cells(i,4).Value End if Nexti MsgBox "The final result is " & tot,, " 2200 " End Sub End 14 fext i Misgox "The final result is " 6 tot. " 2200+ End Sub ( 170 190 200 None of the above are correct
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
