Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 56
Default Deleting Pictures

To delete everything on a worksheet, we can write:

Cells.Delete

Is there a similar command for deleting all the pictures on the worksheet?

Thanks!


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default Deleting Pictures

Hi Shatin,

ActiveSheet.Shapes.SelectAll

Ed Ferrero
http://edferrero.m6.net/

To delete everything on a worksheet, we can write:

Cells.Delete

Is there a similar command for deleting all the pictures on the worksheet?

Thanks!




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Deleting Pictures

To delete pictures only, but not other shapes, try

ActiveSheet.Pictures.Delete

Regards,
Peter T


"Shatin" wrote in message
...
To delete everything on a worksheet, we can write:

Cells.Delete

Is there a similar command for deleting all the pictures on the worksheet?

Thanks!




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 56
Default Deleting Pictures

Peter,

Exactly what I am looking for! Thanks so much.

"Peter T" <peter_t@discussions wrote in message
...
To delete pictures only, but not other shapes, try

ActiveSheet.Pictures.Delete

Regards,
Peter T


"Shatin" wrote in message
...
To delete everything on a worksheet, we can write:

Cells.Delete

Is there a similar command for deleting all the pictures on the

worksheet?

Thanks!






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
Excel's Compress Pictures or deleting pictures doesn't seem work guidod Excel Discussion (Misc queries) 1 January 29th 06 06:51 AM
Deleting Pictures brmauer Excel Programming 3 June 20th 05 11:53 PM
deleting 100's of pictures, keep data jsc3489 Excel Worksheet Functions 0 June 8th 05 07:54 PM
deleting pictures choice[_2_] Excel Programming 2 October 28th 04 02:48 PM
Deleting pictures using VBA?? Richard1284 Excel Programming 3 May 23rd 04 04:19 PM


All times are GMT +1. The time now is 12:10 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"