the functions procedures in visual basic software are by default
Answers
Answered by
0
Answer:
Public by default, which means you can call it from anywhere in your application that has access to the module, class, or structure in which you defined it. A Function procedure can take arguments, such as constants, variables,
Similar questions