80.8k views
0 votes
Which type of VBA code is common for grouping statements that perform a certain task?

Which type of VBA code is common for grouping statements that perform a certain task-example-1

1 Answer

1 vote

Answer: Procedure

Step-by-step explanation:

A macro is what the question is describing. Another way to word macro is sub procedure.

User Jafar Akhondali
by
4.4k points