Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how do I get rid of symbols that download in data from web

when downloading data from websites using select all, copy, paste into Excel,
I receive symbols and characters some of which can be cut and pasted away.
Others such as drop down boxes defy all attempts at removal. Has anyone found
a solution?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default how do I get rid of symbols that download in data from web

Try this small macro:

Sub GettingOutOfShape()
Dim s As Shape
For Each s In ActiveSheet.Shapes
s.Delete
Next
End Sub


Macros are very easy to install and use:

1. ALT-F11 brings up the VBE window
2. ALT-I
ALT-M opens a fresh module
3. paste the stuff in and close the VBE window

If you save the workbook, the macro will be saved with it.

To remove the macro:

1. bring up the VBE window as above
2. clear the code out
3. close the VBE window

To use the macro from Excel:

1. ALT-F8
2. Select the macro
3. Touch RUN

To learn more about macros in general, see:

http://www.mvps.org/dmcritchie/excel/getstarted.htm

--
Gary''s Student - gsnu200907


"kengs" wrote:

when downloading data from websites using select all, copy, paste into Excel,
I receive symbols and characters some of which can be cut and pasted away.
Others such as drop down boxes defy all attempts at removal. Has anyone found
a solution?

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
Email (LDAP) data download into a single Excel cell - data separat MSA Excel Worksheet Functions 1 March 4th 08 05:14 PM
items chosen to download are NEVER all there after download comple jwhitehurst New Users to Excel 3 November 9th 07 04:00 PM
Why do these symbols #### appear after correcting data in a cell? Jim New Users to Excel 6 September 9th 07 11:26 AM
How are symbols inserted in a data validation look-up list? KJJL1 Excel Worksheet Functions 0 September 11th 06 08:56 AM
Symbols in Data Validation List marie Excel Worksheet Functions 2 June 26th 05 04:07 PM


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