Answered step by step
Verified Expert Solution
Link Copied!

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

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

The Accidental Data Scientist

Authors: Amy Affelt

1st Edition

1573877077, 9781573877077

More Books

Students also viewed these Databases questions