I have an exported file, basically an Excel text spreadsheet with column headers and around 2000 lines. It can change, so I don't have a fixed array size. I have stumbled through things where I believe I can build the array, but get lost on essentially how to call out and display specific parts of the array based on criteria and entries. In short, what would be the easiest method to code in VBA the following. Create array from <exported Excel file>, Display or Build new array using statements and queries upon the array previous built. Example. Populate a new sheet, projecting entries to cells as I need to call them out of the overall array. So, say I want all those that have <condition> in column f, and/or <condition 2> in column ab, with total number of lines with <condition 3> in column c, to be populated in new sheet to certain cells. I need to repeat various sets of conditions like this through the entire array and be able to call cells within those findings that meet those conditions.
I'm capable of doing these on 1 to 1 questions, but I don't have the skills I guess to have my array's work with my do while loops to populate the new area. Any tips would be appreciated. Sorry if that is confusing. Thanks.
I'm capable of doing these on 1 to 1 questions, but I don't have the skills I guess to have my array's work with my do while loops to populate the new area. Any tips would be appreciated. Sorry if that is confusing. Thanks.