Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This questions is about VBA with Excel Review Question 5.11 For this question you select an area of cells in the worksheet , and then

image text in transcribed
This questions is about VBA with Excel
Review Question 5.11 For this question you select an area of cells in the worksheet , and then run the following macro. In the following code,*-"(the underscore) is simply used to break a long line of code into two separate lines. Sub Show) Cells(Selection. Row, Selection.Column) = "Here" Cells(Selection.Row, - Selection.Column + Selection.Columns.Count - 1) = "Here" Cells(Selection. Row + Selection.Rows.Count Selection.Column) = "Here" Cells(Selection.Row + Selection.Rows.Count - 1,- Selection.Column + Selection.Columns.Count-1) = "Here" 1, - End Sub What does the macro do

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_2

Step: 3

blur-text-image_3

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 Concepts

Authors: David Kroenke

4th Edition

0136086535, 9780136086536

More Books

Students also viewed these Databases questions