It's actually should speed up the code processing (atleast according to Micro$oft). When you use With statement, it referencing the object only once and then accessing it's properties and methods, where if you use object name explicitely, it referencing each time you call the object name.