Question: Question 1 (1-a) Describe the difference between the following two VBA command lines: x = Range(A1).Value Range(A1).Select (1-b) Describe the difference between the following two

 Question 1 (1-a) Describe the difference between the following two VBA

Question 1 (1-a) Describe the difference between the following two VBA command lines: x = Range("A1").Value Range("A1").Select (1-b) Describe the difference between the following two VBA command lines: Range("A1").Offset(22, 0).Value = x x = Range("A1").Offset(22, 0).Value (1-c) Describe the difference between a procedure and a function in VBA. [9]

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 Databases Questions!