ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I remove a flash graphic from a work sheet? (https://www.excelbanter.com/excel-worksheet-functions/239667-how-do-i-remove-flash-graphic-work-sheet.html)

miscyn57

How do I remove a flash graphic from a work sheet?
 
I was copying and pasting info from a website and now I have a Flash Player
graphic in my worksheet that I can't get rid of and it's covering up some of
my cells. I right click on it and I only get options to "play" the graphic. I
cannot delete it! When I click on the graphic, all functions in Excel "gray
out". I'm stuck.

Gary''s Student

How do I remove a flash graphic from a work sheet?
 
Try this tiny macro:

Sub shKiller()
Dim s As Shape
For Each s In ActiveSheet.Shapes
s.Delete
Next
End Sub

--
Gary''s Student - gsnu200860


"miscyn57" wrote:

I was copying and pasting info from a website and now I have a Flash Player
graphic in my worksheet that I can't get rid of and it's covering up some of
my cells. I right click on it and I only get options to "play" the graphic. I
cannot delete it! When I click on the graphic, all functions in Excel "gray
out". I'm stuck.


Dave Peterson

How do I remove a flash graphic from a work sheet?
 
Show the Control toolbox toolbar (view|Toolbars|control toolbox in xl2003 menus)
and on the developer's tab of the xl2007 ribbon.

Click on the Design mode icon on that toolbar.
Delete the shape
click on the design mode icon to get back to normal.

miscyn57 wrote:

I was copying and pasting info from a website and now I have a Flash Player
graphic in my worksheet that I can't get rid of and it's covering up some of
my cells. I right click on it and I only get options to "play" the graphic. I
cannot delete it! When I click on the graphic, all functions in Excel "gray
out". I'm stuck.


--

Dave Peterson


All times are GMT +1. The time now is 06:48 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com