Question: What is the correct syntax to define a custom VBA function that takes two arguments and returns a value? O a . Declare MyFunction (

What is the correct syntax to define a custom VBA function that takes two arguments and returns a value?
O a. Declare MyFunction(arg1 As DataType, arg2 As DataType) As DataTypeStart MyFunction(arg1 As DataType, arg2 As DataType) As DataType
O b.
O c.
Function MyFunction(arg1, arg2)
O d.Sub MyFunction(arg1, arg2)

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!