Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please complete using a visual basic application in Microsoft Excel. Using VBA, write THREE functions for WACC: a. A function to unlever beta b. A

Please complete using a visual basic application in Microsoft Excel.

image text in transcribed

Using VBA, write THREE functions for WACC: a. A function to unlever beta b. A function to lever beta c. A weighted-average cost of capital function. The WACC function (c.) will call both the unlevered and levered beta functions internally, and will return the firm's weighted average cost of capital to the user. (In other words, the WACC function will be the only one called by the Excel user) Your functions are ONLY allowed to draw from the set of following variables as inputs: 1) comparable firm's Beta, 2) the comparable firm's Debt/Assets ratio (not Debt/Equity) 3) the firm's own optimal debt/assets ratio, 4) market return, 5) risk free rate, 6) cost of debt, and 7) the corporate tax rate. Big Hint #1: This means that you are not allowed to use either D/E ratio as a user input. This means your VBA function(s) will need to do the DIA to D/E conversions inside the function. Big Hint #2: Your unlevered beta function will look something like: Function UnleverBeta(ComBeta as double, ComDA as double, Taxes as double) and should return the unlevered beta

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

Recent Advances And Applications In Alternative Investments

Authors: Constantin Zopounidis, Dimitris Kenourgios ,George Dotsis

1st Edition

ISBN: 1799824365,179982439X

More Books

Students also viewed these Finance questions

Question

Community Mobilization as a Social Process

Answered: 1 week ago