03-09-2009, 04:41 PM
I declare array create 10 elements. I use first 2 elements rest 8 contains null. How can I remove 8 elements.
Arrays
|
03-09-2009, 04:41 PM
I declare array create 10 elements. I use first 2 elements rest 8 contains null. How can I remove 8 elements.
03-09-2009, 04:55 PM
a.redim(2)
03-10-2009, 11:01 AM
This works fine for single dimesion array. Acutally I have 2 dimension it matches strings if match is found the array element should remove itself from the list. How do I do that?
03-10-2009, 11:06 AM
Please show your code.
03-10-2009, 11:13 AM
1,,,count1=es4.NumRows+1 Now on Line 10 & 11 if the total of both strings is 0 then the excel row & the array element should delete itself.
03-10-2009, 12:08 PM
Function ArrayStrRemoveRow
;/ example Macro |
« Next Oldest | Next Newest »
|