Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

How To Make A Database In Historical Studies

Authors: Tiago Luis Gil

1st Edition

3030782409, 978-3030782405

More Books

Students also viewed these Databases questions

Question

Brief the importance of span of control and its concepts.

Answered: 1 week ago

Question

What is meant by decentralisation?

Answered: 1 week ago

Question

8. Do the organizations fringe benefits reflect diversity?

Answered: 1 week ago

Question

7. Do the organizations social activities reflect diversity?

Answered: 1 week ago