Question: What the below code does? lc = ActiveSheet.Cells(1, Columns.Count).End(xlToLeft).Column lr = ActiveSheet.Cells(Rows.Count, 1).End(xlUp).Row Dynamic_Range = Range(Cells(1, lc + 2), Cells(lr + 5, lc + 20))

What the below code does? lc = ActiveSheet.Cells(1, Columns.Count).End(xlToLeft).Column lr = ActiveSheet.Cells(Rows.Count, 1).End(xlUp).Row Dynamic_Range = Range(Cells(1, lc + 2), Cells(lr + 5, lc + 20))

1- Specify an area (to put a graph, for example) 2 row below the data table 2- Specify an area (to put a graph, for example) 2 row above the data table 3- Specify an area (to put a graph, for example) 5 row below the data table

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Finance Questions!