Hi,
I am writing an application to load the number of members that match a criterion into a ListBox in a Userform. This is a multicolumn array
To start with I have defined the array with the maximum number of members that can be possibly populated into this list box. However, I find that if the actual number of members is less than the maximum number, blank rows are created in the ListBox. My code is as follows:
I tried to redim the array using the actual number of records populated which is the value for AryRow![]()
Please Login or Register to view this content.
This always gives me an error.![]()
Please Login or Register to view this content.
Hope some one will be able understand my code and help me with restricting the ListBox entries to the actual records populated
Anand
Bookmarks