Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

Why should Select and Activate be avoided in VBA?

  1. A They are slow and make code fragile; working with object references directly is better
  2. B They are deprecated syntax
  3. C They cannot be used in loops
  4. D They require administrator rights
Answer

They are slow and make code fragile; working with object references directly is better

Recorded macros are full of Select because the recorder captures user actions, which is why recorded code needs rewriting.

All Microsoft excel MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as