-
Write single lines of code for each of the following.
-
Set the value of cell A17 in the Sales sheet of the activeworkbook to 1325.
-
Capture the value of cell B25 in the Quantities sheet of theworkbook
Sales.xlsx in the variable marchSales.
-
Clear the contents of the range named Sales.
-
Copy the range A1:A10 on the Sheet1 worksheet of the activeworkbook to
the range A1:A10 of the MarchSales sheet in the Sales.xlsxworkbook. Assume that Sales.xlsx is not the active workbook.
-
Solution