Computer Science, asked by shubhamgupta87531, 6 months ago

15 ) Which type of words cannot use for any otherpurpose in VBA?​

Answers

Answered by harshit743
0

Answer:

Keywords in Excel VBA are words that Excel has set aside to use in the execution of code. This means we cannot use them for any other purpose. For example, Select, Active, Sub, End, Function etc are all Keywords that we can only use for their indented purpose.

Similar questions