View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
David McRitchie David McRitchie is offline
external usenet poster
 
Posts: 903
Default Numbers acting like text

That's a good start, but macros are installed differently
than addins. The TrimALL macro is written to correct
the data, though you should have a general idea of
what is wrong whether by Chip's CellView addin or
by some of the worksheet functions.

To install the TrimALL macro see directions for
installing a macro that you have the code for.
http://www.mvps.org/dmcritchie/excel....htm#havemacro

It should save you a lot of time. The TrimALL works on a
selection. So you would normally select entire columns you
want to change before running the macro. The columns
need not be contiguous, you can select any range of cells
and by holding the Ctrl key you can include more cell ranges
in the selection.
---
HTH,
David McRitchie, Microsoft MVP - Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm



wrote in message oups.com...
I don't know the first thing about macros, but now I guess I do.
I pulled it off!

Apparently the CellView Add-In is the answer to how to check the
"properties" of a cell. That worked well to clue me in on what was
going on.

thanks a million
jr