Question: I need help with this question Please The file Airline_Flights.xlsx contains a list of flights in columns A,B, and C. These three columns contains the
I need help with this question Please

The file Airline_Flights.xlsx contains a list of flights in columns A,B, and C. These three columns contains the origin, the destinationand the flight number. You are interested in flights from any city in column E end in any city in column F. Write a subroutine that: - Cell H1 contains label Origin, Cell I1 contains label Destination, and Cell J1 contains label Flight Number. All these three cells fonts should be bold, blue colored and italics. - Write a VBA code to find flights that are matching the search of desired origin and destination cities. Resulted flights shoul be listed in column H,l, and J. The output of this part should look like: - Clear the columns H,I, and J by writing a suitable subroutine. Use a command button to run this clear subroutine. - Show all your results and VBA code to the IA, clear your results, and submit your file to the Dropbox. Hints: - You can use Redim statement to set aside the appropriate amount of memory for the array. Redim anyList ( 1 to anyListSize) Use the Preserve keyword so that previous elements of the new lists aren't deleted as new ones are added. ReDim Preserve anyListlist(1 To listSize)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
