Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The names shown in the spreadsheet below are to be read into a VBA array called names. How should names be declared in the VBA
The names shown in the spreadsheet below are to be read into a VBA array called "names". How should "names" be declared in the VBA subroutine? 1 234567892: 10 11. 8 Adam Brian Charlie David Elliot Frank George Dim names as Array Dim names as String Dim names(1 To 7) as Double Dim names(1 To 7) as String
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started