May 12th, 2005, 3:35 pm
I have this excel sheet where I paste a lot of stuff including pictures. I want to write a "clean-up"macro for a selected range of that spreadsheet.So, I write something like:Range("CleanUp_Area").SelectSelection.clearContentsThis clears the cells, but not the pictures included in the selected range.I don't want to use Selection.delete because there are named ranges in the sheet that I don't want to disturb. I just want the pictures deleted from my real estate.Any suggestions ?Thanks.