Excel VBA -Arrays - TechRepublic
General discussion
February 3, 2002 at 12:37 AM
naio

Excel VBA -Arrays

by naio . Updated 24 years, 1 month ago

I am developing a program which requires-
1: Calculate the value of various variables
2: Create an array and store the values of these variables in a specifed location in the array

3: use the array to carry out further calcs.

i have createdthe procedure to read the values into the array…however i wish to debug this array to ensure the correct value is stored in the correct location…

How can i do this? Is there any way i can print the entire array on the screen?

This discussion is locked

All Comments