Question: pls answer both In VBA, what would be the effect of the following statement: Dim i, j As Integer, k As Integer? Declare the variables
pls answer both
In VBA, what would be the effect of the following statement: Dim i, j As Integer, k As Integer? Declare the variables i,j and k as integer local variables Declare the variable k as integer local variable; i and j as default(variant) local variables Declare the variables i,j and k as integer public variables Declare the variables j and k as integer local variables; i as default(variant) local variable Question 2 The VBA statement: Private CurrentRate as Long would declare CurrentRate as a variable that is available to all VBA modules in a project. True False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
