DEV Community

Un Oarecare
Un Oarecare

Posted on

VBA - array

In VBA I have an array of strings:
dim v(100) as string
v = {
abc
xyzt
something
another
}
There is a way to put this array in a range - column let's say C1:C4?

Top comments (0)