Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Prevoiusly posted message: Unable to remove objects pasted into Excel from HTML grid

Original post from kydan47 on Fri, Jul 21 2006 7:03 am

Could not respond to this post because it is too old and has been
closed. I have the same problem and I tried all three of the solutions
proposed by users in the three replies. None worked. The first two
allowed me to select every object on the worksheet except the ones in
question. The third solution produced a cell with 18 point bold
letters that read, "Invalid request" and in the cell beneath it, a
"click here" hyperlink that took me back to the webpage. Following is
the text of the original post (which perfectly describes my problem).
I am desperate for a solution.


Copied & pasted an html page into Excel. Has little check boxes that will can
be checked, but not removed. Can't grab them, deleting columns or rows just
moves them over by one.

Any idea how to get rid of them? Would like to keep the rest of the data.
Have tried using every command or option found, must be missing something.


Thanks in advance


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Prevoiusly posted message: Unable to remove objects pasted into E

Does the following get rid of too much material:

Sub Macro1()
Cells.Hyperlinks.Delete
ActiveSheet.Pictures.Delete
End Sub
--
Gary's Student
gsnu200701


"X-Ice" wrote:

Original post from kydan47 on Fri, Jul 21 2006 7:03 am

Could not respond to this post because it is too old and has been
closed. I have the same problem and I tried all three of the solutions
proposed by users in the three replies. None worked. The first two
allowed me to select every object on the worksheet except the ones in
question. The third solution produced a cell with 18 point bold
letters that read, "Invalid request" and in the cell beneath it, a
"click here" hyperlink that took me back to the webpage. Following is
the text of the original post (which perfectly describes my problem).
I am desperate for a solution.


Copied & pasted an html page into Excel. Has little check boxes that will can
be checked, but not removed. Can't grab them, deleting columns or rows just
moves them over by one.

Any idea how to get rid of them? Would like to keep the rest of the data.
Have tried using every command or option found, must be missing something.


Thanks in advance



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 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Excel Error Message Mark Excel Worksheet Functions 3 June 1st 05 02:41 PM
html to excel nellie Excel Discussion (Misc queries) 4 February 8th 05 10:37 PM
How to remove hidden grapics from copied web page pasted in Excel. Crake Excel Worksheet Functions 0 January 24th 05 04:47 AM
Excel Error Message: "Cannot shift objects off sheet" sulifra Excel Discussion (Misc queries) 1 January 17th 05 04:41 PM


All times are GMT +1. The time now is 08:28 PM.

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

About Us

"It's about Microsoft Excel"