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 MyFunctionarg As DataType, arg As DataType As DataTypeStart MyFunctionarg As DataType, arg As DataType As DataType
O b
O c
Function MyFunctionarg arg
O dSub MyFunctionarg arg
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
