Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Copied bank html statement to Excel Worksheet. Columns of numbers &/or cell
will not accept a format change to Currency. Same columns would not add. Did 'Paste Special' every option... no change occured. Did save as to csv and csv file responded the same. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Lots of times, when you copy|paste from a web site, you'll get those HTML
non-breaking spaces (char(160)). You can clean them up with formulas, but if you have to do it lots of times (or with lots of data), you may want to use a macro. David McRitchie has a macro that can help clean this: http://www.mvps.org/dmcritchie/excel/join.htm#trimall (look for "Sub Trimall()") If you're new to macros: Debra Dalgleish has some notes how to implement macros he http://www.contextures.com/xlvba01.html David McRitchie has an intro to macros: http://www.mvps.org/dmcritchie/excel/getstarted.htm Ron de Bruin's intro to macros: http://www.rondebruin.nl/code.htm (General, Regular and Standard modules all describe the same thing.) Quentin wrote: Copied bank html statement to Excel Worksheet. Columns of numbers &/or cell will not accept a format change to Currency. Same columns would not add. Did 'Paste Special' every option... no change occured. Did save as to csv and csv file responded the same. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
format cell to accept 2 letters only | Excel Discussion (Misc queries) | |||
format a cell to accept sentences... using return key | Excel Discussion (Misc queries) | |||
format a cell to accept a date or a whole number | Excel Discussion (Misc queries) | |||
how to change path name of html source folder ? | Excel Worksheet Functions | |||
How can I format a cell to accept feet and inches and add them | Excel Worksheet Functions |