Hello friends,
I have a confusion about the following commands.
When to use those commands?
What is the use/effect of those commands in the code?
Which is the proper place to insert this command in the code?

application.ScreenUpdating = False
application.EnableEvents = False

...
Code
...

application.EnableEvents = True
application.ScreenUpdating = True
Please guide me to avoide confusion from my mind positively.

Thanking you in anticipation.

Mukesh