Regarding the following siimple 6-line Excel macro, could you teach me how to add tags so that the posted code is more easily understood? Sub DeleteAllWorkbookConnections() Dim Cn As Connection For Each Cn In Connections Cn.Delete Next End Sub