So, here's the issue:
In the insert menu item, I wanted to choose an Adobe Acrobat Document (within the "object" option). However, I accidentally clicked on "Apods01 Control". Yet, now I can't remove it. I can not select it, delete, or even find it anywhere... It's very annoying, and I can not seem to find anything on it, to explain how to remove it, or what I have to do to select it.
Regards,
Apelcius
Last edited by Mordred; 01-27-2012 at 04:04 PM. Reason: answered
The following is an adaptation of code from shg and JBeaucaireSub ObjectFindRemove() Dim Wks As Worksheet Dim Obj As Object Set Wks = Worksheets("Sheet1") For Each Obj In Wks.OLEObjects Obj.Select If MsgBox(Title:="Whee!", _ Prompt:="Delete """ & Obj.Name & """?", _ Buttons:=vbYesNo) = vbYes Then Obj.Delete DoEvents End If Next Obj End Sub
Please leave a message after the beep!
Thank you much! I'll try that now. [For some reason, I didn't receive a response email, saying that you responded. But, I will definitely try it, and definitely appreciate the help]
Worked!! Awesome!! Thanks much. I was freaking out because I really needed it gone.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks