DEV Community

Un Oarecare
Un Oarecare

Posted on

1

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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay