Answered step by step
Verified Expert Solution
Question
1 Approved Answer
How to Create a Function on VBA with the following instruction: Return on Capital employed(ROCE) (Net Income -Taxes -Interest (EBIT))/(((Beg Assets -Beg Cur. Liab.)+(End Assets-End
How to Create a Function on VBA with the following instruction:
Return on Capital employed(ROCE) (Net Income -Taxes -Interest (EBIT))/(((Beg Assets -Beg Cur. Liab.)+(End Assets-End Cur. Liab.)2) |
When creating the ROCE function define two variables one for EBIT and One for Averag Assets.
Add a line of code to calculate EBIT and store it in the EBIT varaible
Add another line of code to calculate Average assets and store in the Average Assets variable
Then add a line of code to calculate ROCE by dividing EBIT by Average Assets.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started