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

Are pictures tied to rows? If I set the properties of a picture to "Move and
size with cells" and it is within the cell "depth" then it is removed from
the sheet if the "parent" row is deleted, yes? Well anyway that is my
experience in Excel 2000, but not in Excel 2003, is this all correct so far?
Simple question, is there a way of identifying a picture "Embeded" in a Row
so that it can be deleted with code? 2000 & 2003.
Thanks in advance
David


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Pictures tied to rows.

Pictures have always been in a layer above cells. I don't recall a picture
being deleted because the row below it is delete.

If you want to delete a picture, then delete the picture. Turn on the macro
recorder. Select the picture. Hit the delete key. Turn off the macro
recorder.

That should give you some insights.

--
Regards,
Tom Ogilvy



"David Henderson" wrote:

Are pictures tied to rows? If I set the properties of a picture to "Move and
size with cells" and it is within the cell "depth" then it is removed from
the sheet if the "parent" row is deleted, yes? Well anyway that is my
experience in Excel 2000, but not in Excel 2003, is this all correct so far?
Simple question, is there a way of identifying a picture "Embeded" in a Row
so that it can be deleted with code? 2000 & 2003.
Thanks in advance
David



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Pictures tied to rows.

Tom,
I did that. In my limited experience the picture does seem to be deleted as
I described in 2000, and I know it does not in 2003. It can be associated
with a cell in Formatting/Properties Size & Position.I think my best bet is
to name each picture , just so that I know how to reference in macro code.
Thanks for your help
David


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Pictures tied to rows.

If you're deleting the rows in code, try:

With worksheets("whatever")
msgbox .pictures.count
'delete your rows
msgbox .pictures.count
end with

I bet that it's just gotten very small.



David Henderson wrote:

Tom,
I did that. In my limited experience the picture does seem to be deleted as
I described in 2000, and I know it does not in 2003. It can be associated
with a cell in Formatting/Properties Size & Position.I think my best bet is
to name each picture , just so that I know how to reference in macro code.
Thanks for your help
David


--

Dave Peterson
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
How do you export pictures from my pictures file into a word docu Becky New Users to Excel 1 November 20th 09 07:02 PM
How do I sort collumns and leave out pictures in rows not used? TobyS. Excel Worksheet Functions 0 March 11th 08 10:16 PM
Microsoft Query with more than one parameter gets tied up Kayda Excel Discussion (Misc queries) 0 October 29th 07 07:14 PM
Excel's Compress Pictures or deleting pictures doesn't seem work guidod Excel Discussion (Misc queries) 1 January 29th 06 06:51 AM
Summation of cells tied to Checkboxes Excel-erate2004[_6_] Excel Programming 3 April 24th 04 09:07 PM


All times are GMT +1. The time now is 01:41 PM.

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"