Question: IN VISUAL BASIC, CREATE MACRO To create a macro to count and show the number of sales larger than 100. Please find detailed instructions below.
IN VISUAL BASIC, CREATE MACRO
To create a macro to count and show the number of sales larger than 100. Please find detailed instructions below.
Descriptions and requirements:
- The data contain sales of 1,000 products in 60 different days. Each cell corresponds to the sales of a product (row) on a particular date (column).
- Do not use macro recorder to create the macro.
- Create a single Sub procedure for the purpose. Use a message box (MsgBox in VBA) to display the following information (the number) cells in the Sales range have a quantity larger than 100.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
