Question: Tarif planned to display a confirmation message after users add a payment record to the Late _ Payments table. Edit the Enter _ Payment macro

Tarif planned to display a confirmation message after users add a payment record to the Late_Payments table. Edit the Enter_Payment macro in the Visual Basic window. After the line of code that selects cell B15(Range("B15").Select), insert the following new lines of code, and then save and close the macro.
ActiveCell.FormulaR1C1= "Payment information entered" Range("C3").Select
Assign the Enter_Payment macro to the Enter Payment button (a rounded rectangle shape).A
Tarif planned to display a confirmation message

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