PC Review


Reply
Thread Tools Rate Thread

Ability for Excel to find and replace graphic objects (like Word)

 
 
=?Utf-8?B?TWFyamFuIFM=?=
Guest
Posts: n/a
 
      24th Aug 2005
When one copies and pastes content from the web, all unusable graphic get
copied over to Excel and it requires to click each one (which may have
overlap or be invisible) to delete one by one. A find and replace all
function for graphics (like Word) would solve this problem.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...heet.functions
 
Reply With Quote
 
 
 
 
Anne Troy
Guest
Posts: n/a
 
      24th Aug 2005
Marjan: You might be able to use something like this:
Edit-->Go to-->Special. Choose Objects. Hit your delete key.
I used to do that all the time when copying from eBay and wanting to get rid
of the Star icons.
************
Anne Troy
www.OfficeArticles.com

"Marjan S" <Marjan (E-Mail Removed)> wrote in message
news:2854D00A-FB1C-4FB9-8886-(E-Mail Removed)...
> When one copies and pastes content from the web, all unusable graphic get
> copied over to Excel and it requires to click each one (which may have
> overlap or be invisible) to delete one by one. A find and replace all
> function for graphics (like Word) would solve this problem.
>
> ----------------
> This post is a suggestion for Microsoft, and Microsoft responds to the
> suggestions with the most votes. To vote for this suggestion, click the "I
> Agree" button in the message pane. If you do not see the button, follow
> this
> link to open the suggestion in the Microsoft Web-based Newsreader and then
> click "I Agree" in the message pane.
>
> http://www.microsoft.com/office/comm...heet.functions



 
Reply With Quote
 
John Michl
Guest
Posts: n/a
 
      24th Aug 2005
I've used the following in a VBA module. It wipes out all shapes in
the sheet so be sure that is what you want to do.

- John

Sub RemoveShapes()
For Each sh In ActiveSheet.Shapes
sh.Delete
Next sh
End Sub

 
Reply With Quote
 
=?Utf-8?B?TWFyamFuIFM=?=
Guest
Posts: n/a
 
      25th Aug 2005
Anne,

This worked! Thank you so much. Great suggestion ... just what i was
looking for.

Marjan
~~~~~~~~~~~~~~~~~~~~

"Anne Troy" wrote:

> Marjan: You might be able to use something like this:
> Edit-->Go to-->Special. Choose Objects. Hit your delete key.
> I used to do that all the time when copying from eBay and wanting to get rid
> of the Star icons.
> ************
> Anne Troy
> www.OfficeArticles.com
>
> "Marjan S" <Marjan (E-Mail Removed)> wrote in message
> news:2854D00A-FB1C-4FB9-8886-(E-Mail Removed)...
> > When one copies and pastes content from the web, all unusable graphic get
> > copied over to Excel and it requires to click each one (which may have
> > overlap or be invisible) to delete one by one. A find and replace all
> > function for graphics (like Word) would solve this problem.
> >
> > ----------------
> > This post is a suggestion for Microsoft, and Microsoft responds to the
> > suggestions with the most votes. To vote for this suggestion, click the "I
> > Agree" button in the message pane. If you do not see the button, follow
> > this
> > link to open the suggestion in the Microsoft Web-based Newsreader and then
> > click "I Agree" in the message pane.
> >
> > http://www.microsoft.com/office/comm...heet.functions

>
>
>

 
Reply With Quote
 
Anne Troy
Guest
Posts: n/a
 
      26th Aug 2005
Cool beans
************
Anne Troy
www.OfficeArticles.com

"Marjan S" <(E-Mail Removed)> wrote in message
news:3D7E4AAF-CF09-4B80-B66A-(E-Mail Removed)...
> Anne,
>
> This worked! Thank you so much. Great suggestion ... just what i was
> looking for.
>
> Marjan
> ~~~~~~~~~~~~~~~~~~~~
>
> "Anne Troy" wrote:
>
>> Marjan: You might be able to use something like this:
>> Edit-->Go to-->Special. Choose Objects. Hit your delete key.
>> I used to do that all the time when copying from eBay and wanting to get
>> rid
>> of the Star icons.
>> ************
>> Anne Troy
>> www.OfficeArticles.com
>>
>> "Marjan S" <Marjan (E-Mail Removed)> wrote in message
>> news:2854D00A-FB1C-4FB9-8886-(E-Mail Removed)...
>> > When one copies and pastes content from the web, all unusable graphic
>> > get
>> > copied over to Excel and it requires to click each one (which may have
>> > overlap or be invisible) to delete one by one. A find and replace all
>> > function for graphics (like Word) would solve this problem.
>> >
>> > ----------------
>> > This post is a suggestion for Microsoft, and Microsoft responds to the
>> > suggestions with the most votes. To vote for this suggestion, click the
>> > "I
>> > Agree" button in the message pane. If you do not see the button, follow
>> > this
>> > link to open the suggestion in the Microsoft Web-based Newsreader and
>> > then
>> > click "I Agree" in the message pane.
>> >
>> > http://www.microsoft.com/office/comm...heet.functions

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find and replace in Word from Excel gab1972 Microsoft Excel Programming 2 5th Oct 2009 11:36 PM
is there any command line program do has the ability to find &replace string in a file twicethinking@gmail.com Microsoft Windows 2000 CMD Promt 1 12th Dec 2008 06:28 AM
cannot run find & replace on Excel tables in Word =?Utf-8?B?VHVsYQ==?= Microsoft Word Document Management 1 16th Oct 2007 01:52 PM
Find & Replace a Graphic =?Utf-8?B?RXJpa2E=?= Microsoft Word Document Management 3 19th Mar 2007 03:47 PM
Excel: Find/Replace for Data Validation text or Worksheet Objects nwarnock@yahoo.com Microsoft Excel Misc 3 22nd May 2006 07:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:32 PM.