Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

IN VBE IN EXCEL Assume that there is only one Excel file currently open. Write a single sub that does the following tasks in the

IN VBE IN EXCEL

Assume that there is only one Excel file currently open. Write a single sub that does the following tasks in the exact order as presented below:

- Displays the name and path of the workbook in a message box.

- Adds a new sheet to the workbook, locates it right before the last sheet (last sheet = rightmost sheet) of the workbook, and changes its tab name to NewSheet.

-Counts the number of worksheets in the workbook and displays it in a message box.

-Saves the workbook as Question1Modified.xlsm in the same path as the workbook Question1.xlsmis located. Your sub should not be written for a specific path, it should continue to work if Question1.xlsmis moved to another path.

- Tries to open the workbook Test.xlsx. Assume that there are two possible scenarios:

(1) There is no workbook with the name Test.xlsx in the same path as the currently active workbook is located. Then, the sub should display the message There is no Test.xlsx in this location!

(2) There is a workbook with the name Test.xlsx in the same path as the currently active workbook is located. Then, the sub should open Test.xlsx

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

Database And Expert Systems Applications Dexa 2021 Workshops Biokdd Iwcfs Mlkgraphs Al Cares Protime Alsys 2021 Virtual Event September 27 30 2021 Proceedings

Authors: Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil ,Bernhard Moser ,Atif Mashkoor ,Johannes Sametinger ,Anna Fensel ,Jorge Martinez-Gil ,Lukas Fischer

1st Edition

3030871002, 978-3030871000

More Books

Students also viewed these Databases questions

Question

What are the need and importance of training ?

Answered: 1 week ago

Question

What is job rotation ?

Answered: 1 week ago