Computer Science, asked by priya9952, 4 months ago

4. Which type of Variable cannot be declared
With in a procedure in VBA?​

Answers

Answered by shikhersaini07
1

Answer:

static variable

Explanation:

all local elements, even if they are static variable, are private to the procedure in which they appear . you cannot declair any element using the public keyword within procedure

Similar questions