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?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)