Excel vba set calculation to manual

Public function VBA.MANualCalculation.TXT UpdateCalculation Application (). calculation = xlcalculationManual application.screenupdating = false end function * Use the above code in the scope of the Excel application before processing, for example: if you want exclusion range or use copy and paste range * after processing your Logic, Invoke VBA ................
................