Which of these is faster?
1)
VB Code:
  1. If a_long_set_of_conditions Then a_variable = False

2)
VB Code:
  1. a_variable = Not a_long_set_of_conditions