Deleting the comment by the COM Published: 04/17/2009Updated: 03/30/2017Author: shuCategory: COMTags: Deleting the comment by the COM Please do the follow Add-in to delete it Dim utils As ASFUtility Set utils = args.ArgAsObject(kArgUtility) Dim result As Boolean result = utils.Remove(prodTask, AsLib.kASBOrder_Comment, 4)