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.
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.
How are you creating your array? Can you show your code?
Last edited by AlphaFrog; 11-13-2012 at 05:07 AM. Reason: typo
Formula:
Please Login or Register to view this content.
Now, the id now
ex:
(1) abc.xls
(2) abcd.xls
I need change an array to:
(0) abc.xls
(1) abcd.xls
Thanks you so much for your answer.
hi guangnv, welcome to Excelforum, I would not even ask why you need that strange "conversion":
![]()
Please Login or Register to view this content.
Maybe try something like this...
This will split all the .xls files within the string tempname into a zero based array.![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks