What are the rules for the naming of libraries' modules and macro names?
Answers
Answered by
28
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.
hope it helps ❤️
Answered by
5
Use the following rules when you name procedures, constants, variables, and arguments in a Visual Basic module:
1).You must use a letter as the first character.
2).You can't use a space, period (.), exclamation mark (!), or the characters @, &, $, # in the name.
Name can't exceed 255 characters in length.
3).Generally, you shouldn't use any names that are the same as the function, statement, method, and intrinsic constant names used in Visual Basic or by the host application.
Similar questions
Social Sciences,
2 months ago
Hindi,
2 months ago
Social Sciences,
5 months ago
Chemistry,
5 months ago
Social Sciences,
10 months ago
Math,
10 months ago
Computer Science,
10 months ago