what are the rules of for naming of libraries modules and macro
Answers
Answered by
2
Answer:
- You must use a letter as the first character.
You can't use a space, period (.), exclamation mark (!), or the characters @, &, $, # in the name.
Name can't exceed 255 characters in length.
Answered by
4
Answer:
Your answer is here
Use the following rules when you name procedures, constants, variables, and arguments in a Visual Basic module:-
• You must use a letter as the first character.
•You can't use a space, period (.), exclamation mark (!), or the characters @, &, $, # in the name.
•Name can't exceed 255 characters in length.
Mark me as brainlist
Similar questions