Question

In VBA, the following statement
Average_Density = Application.WorksheetFunction. Average(Range("B5:B15"))
will select the "Average", a built-in function of Excel, to calculate the average of density values in cells B5 through B15 and assigns the result to the variable Average_Density
a. True
b. False

Answer

This answer is hidden. It contains 1 characters.