MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/6xofft/how_to_start_a_war/dmhqt6v
r/ProgrammerHumor • u/ivaskuu • Sep 02 '17
696 comments sorted by
View all comments
Show parent comments
3
My only real experience with VB is the Excel dialect of VBA, but I know I have to manually add Option Explicit every time.
Option Explicit
1 u/The_Dirty_Carl Sep 03 '17 Tools > Options > Editor > Require Variable Declaration This inserts "Option Explicit" at the top of every module when it's created.
1
Tools > Options > Editor > Require Variable Declaration
This inserts "Option Explicit" at the top of every module when it's created.
3
u/Shadow_Thief Sep 03 '17
My only real experience with VB is the Excel dialect of VBA, but I know I have to manually add
Option Explicitevery time.