Multiple choice technology programming languages

We can protect our code from unauthorized access by giving password in __________

  1. VBAProject -> Project properties -> Password Tab

  2. VBAProject -> Project properties -> General Tab

  3. VBAProject -> Project properties -> Protection Tab

  4. VBAProject -> Project properties -> Lock Tab

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

VBA project protection is configured through VBAProject > Project Properties > Protection tab. Here you can set a password that prevents unauthorized viewing or editing of the VBA code. Option C correctly identifies the Protection tab as the location for password protection.