Write a sub that creates an array day of size 7 and then populates it with the days of the week (Monday, Tuesday, ..., Sunday). Write a for loop for this array to write its content on to the first Excel sheet in column A. Write another sub that creates an array day(). No size should be mentioned. Redefine the array one size at a time to store the day of the week and repeat i for the 7 days. Now print the values in the array using a for loop to column B. Write a third sub that creates an array day(). No size should be mentioned. Redefine the array one size at a time

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter16: Searching, Sorting And Vector Type
Section: Chapter Questions
Problem 21PE
icon
Related questions
Question

Need help to write the code below in VBA Excel for the following.

  1. Write a sub that creates an array day of size 7 and then populates it with the days of the week (Monday, Tuesday, ..., Sunday). Write a for loop for this array to write its content on to the first Excel sheet in column A.
  2. Write another sub that creates an array day(). No size should be mentioned. Redefine the array one size at a time to store the day of the week and repeat i for the 7 days. Now print the values in the array using a for loop to column B.
  3. Write a third sub that creates an array day(). No size should be mentioned. Redefine the array one size at a time. But use Redim Preserve keyword to store the day of the week and repeat i for the 7 days. Now print the values in the array using a for loop to column C.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Arrays
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage