Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How to erase pasted controls from an Excel spreadsheet

I want to know how to delete/erase several pictures/controls that were
include in data that I copied from a web-page. I can delete the data, but
not the copied-controls.
--
Capnmike
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default How to erase pasted controls from an Excel spreadsheet

Try

for each sh in activesheet.shapes
sh.delete
next sh

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"capnmike" wrote in message
...
I want to know how to delete/erase several pictures/controls that were
include in data that I copied from a web-page. I can delete the data, but
not the copied-controls.
--
Capnmike


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How to erase pasted controls from an Excel spreadsheet

F5SpecialObjectsOK

Hit Delete key.

This will clear ALL objects.


Gord Dibben MS Excel MVP

On Fri, 18 Jul 2008 14:17:02 -0700, capnmike
wrote:

I want to know how to delete/erase several pictures/controls that were
include in data that I copied from a web-page. I can delete the data, but
not the copied-controls.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Controls on Spreadsheet Denise Excel Worksheet Functions 0 June 12th 08 08:25 PM
ERASE THE "NUMBER 1" IN THE MIDDLE OF SPREADSHEET momma Excel Discussion (Misc queries) 1 August 29th 07 09:45 PM
find formula used when spreadsheet has been cut / pasted? flossie lost it Excel Discussion (Misc queries) 2 April 26th 07 11:16 AM
HTML controls in spreadsheet michael sharpe New Users to Excel 0 September 6th 06 08:15 PM
ActiveX Controls vs Form Controls Alex Excel Discussion (Misc queries) 1 January 11th 06 08:46 AM


All times are GMT +1. The time now is 11:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"