I use auto balloon to balloon all the parts in my main view but there are a few balloons that are not needed. Can you select a balloon based on the item number and then delete it? I tried to record a macro to do this but it selects the balloon based on the DetailItem# and this changes with every balloon.
Set Part = swApp.ActiveDoc
boolstatus = Part.ActivateView("Drawing View1")
boolstatus = Part.Extension.SelectByID2("DetailItem480@Drawing View1", "NOTE", 0.144066686980967, 8.86257557047694E-02, 0, False, 0, Nothing, 0)
Part.EditDelete
End Sub