Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50123

Please help me to change array id to new array id

$
0
0
Dear All,

Please help me:

ex: now i have an array

id value

(1) "abc"
(2) "def"
(3) ""
(4) ""

Now, i need the array as:

id value

(0) "abc"
(1) "def"
(2) ""
(3) ""

so, i'm a new bee in VBA.
Please, help me.

Viewing all articles
Browse latest Browse all 50123

Trending Articles