I know this will be obvious, but has stumped me... Trying to adapt the below code to apply for an entire workbook rather than just the active sheet.... Thanks.
Sub Clear_ButtonsActiveSheet()
Dim I As Long
Dim xOLE As Object
On Error Resume Next
ActiveSheet.Buttons.Delete
For...