Mega Code Archive

 
Categories / VisualBasic Script / Excel
 

Setting Excel to Remove Personal Information from the File Properties When You Save

Sub remove()     ActiveWorkbook.RemovePersonalInformation = True End Sub